DeployJob - setDeployJobRegComComponents
DeployJob - setDeployJobRegComComponents
Description :
This command is to set the Register COM Components flag on a Deploy Job for the commit phase. NOTE: Prior to version 8.1, there was only one Register COM Components flag for Deploy Jobs.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobDBKey | DBKey | Handle to the Deploy Job. |
regCom | Boolean | True to indicate that the COM Components are to be registered during Commit, false otherwise. |
Example
The following example specifies that the Deploy Job should Register COM Components during the commit phase.
Script
JOB_KEY=`blcli DeployJob [getDBKeyByGroupAndName|DeployJob - getDBKeyByGroupAndName] /deploys deployconfig`
DeployJob setDeployJobRegComComponents $JOB_KEY true
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*