DeployJob - setDeployJobRegComComponents_1
DeployJob - setDeployJobRegComComponents
Description :
This command is to set the Register COM Components flags on a Deploy Job - both for Commit and Undo.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobDBKey | DBKey | Handle to the Deploy Job. |
regComCommit | Boolean | True to indicate that the COM Components are to be registered during Commit, false otherwise. |
regComUndo | Boolean | True to indicate that the COM Components are to be registered during Undo, false otherwise. |
Example
The following example specifies that the Deploy Job should Register COM Components during Commit and Undo.
Script
JOB_KEY=`blcli DeployJob [getDBKeyByGroupAndName|DeployJob - getDBKeyByGroupAndName] /deploys deployconfig`
DeployJob setDeployJobRegComComponents $JOB_KEY true true
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*