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


DeployJob - clearDeployJobSchedulesByDBKey

Description :

This command clears all schedules set for a Deploy Job. This command works for both basic and advanced Deploy Jobs. After you run this command, you can set new schedules for the Deploy Job, execute the Deploy Job sequentially manually, or execute it through Batch Jobs. This command returns a handle to the updated job.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobKey

DBKey

The handle to the Deploy Job.

Example

The following example shows how to retrieve a Deploy Job and clear the schedules associated with it.

Script


# Name of the existing job.

JOB_NAME="deployjob"

# Job group in which Deploy Job is stored.

JOB_GROUP="/Workspace/DeployJobs"

# Get the Deploy Job DBKey using the above information.

JOB_DBKEY=`blcli DeployJob getDBKeyByGroupAndName $JOB_GROUP $JOB_NAME`

# Clear the schedules associated with the Deploy Job.

JOB_DBKEY=`blcli DeployJob clearDeployJobSchedulesByDBKey $JOB_DBKEY`



 

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

BMC Server Automation Command Line Interface 8.3