TC_BUILDMINWAIT- Minimum amount of time to wait (in seconds) between
queries for new jobs. Default setting is 5, minimum setting is 3.
TC_BUILDMAXWAIT- Maximum amount of time to wait (in seconds) between
queries for new jobs. Default setting is 15, maximum setting is 300.
The teamcbld will check the family for work to do every TC_BUILDMINWAIT.If it is
not busy it will slow down to the TC_BUILDMAXWAITtime. The build administrator
can adjust these variables to tune the frequency that the build server will check the
family.
Submit the JCL.
Tostart an MVS build server, do the following to modify the RUNPGM JCL:
1. Add a job card.
2. Modify the STEPLIB DD statement to point to the data set that contains the
following load modules: TEAMCBLD, FHBMSG, FHCCMNC, and FHCRSCLI.
3. Modify the TEAMPROC DD statement to point to the data set that will contain all
your MVS build scripts.
Note: The TEAMPROC DD defines the dataset into which the build script from
TeamConenctionfamily will be placed during the build. If the builder is of
type ’none’, then the build script does not exist in the family,but must already
be in this dataset. If the build script refers to other build scripts (using the
EXEC card), then those scripts are expected to be in this dataset also.
However an optional ddname, PROCLIBS, can be defined which will be
searched for the referred build scripts which are not found in TEAMPROC.
4. Modify the EDCENV DD statement to point to the data set that contains the
environment variables.
5. Modify the following statement. For RUNPGMT,the statement is equivalent.
Parameters can be specified using the PARMfield or, in some cases, environment
variables.
//RUNPGM EXEC PGM=TEAMCBLD,
// PARM='ENVAR("_CEE_ENVFILE=DD:EDCENV")/[-e environment]
// [-p pool] [-f family] [-u unit_name]
// [-l login_password] [-k local_codepage]
// [-r remote_codepage]'
Where:
v
environment
specifies the environment that you are building for,such as OS/2 or
MVS. The value you specify here can be anything you like, but it must exactly
match the environment specified for a builder in order for the builder to use this
build agent. This value is case-sensitive. Youcan also set this value using the
TC_BUILDENVIRONMENT environment variable.
v
pool
is the name of the build pool. Youcan also set this value using the
TC_BUILDPOOL environment variable.This value is case sensitive, and should
match the parameter specified in the Part -build command.
v
family
is the name of the TeamConnectionfamily. If a
family
is not specified, the
value of the TC_FAMILYenvironment variable is used as the default.
142 User’s Guide