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 - setDeployJobUndoPreCmd


DeployJob - setDeployJobUndoPreCmd

Description :

This command specifies a command that should run immediately before you execute an undoDeploy command.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobDBKey

com.bladelogic.om.infra.model.base.keys.SJobKey

Deploy Job DBKey

undoPreCmd

String

String to use as the undo pre-command

Example

This example specifies that the command "cp /etc/hosts.bak /etc/hosts" should run before you undo a Deploy Job.

Script





JOB_KEY=`blcli DeployJob  [getDBKeyByGroupAndName|DeployJob - getDBKeyByGroupAndName] /deploys deployconfig`

DeployJob setDeployJobUndoPreCmd $JOB_KEY "cp /etc/hosts.bak /etc/hosts"



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.5