Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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*

BMC Server Automation Command Line Interface 8.5