Back to index
Summary
Deletes a job from the CloudBees CD/RO database.jobIdStringrequiredThe primary key of the job, or the name of the job. waitForDeleteToCompleteBooleanoptionalIf true, wait for the job to finish deleting before returning from the call. |
Usage
Perl
$cmdr->deleteJob( "test-jobId" # jobId # optionals );
ectool
ectool deleteJob \ "test-jobId" `# jobId` \ # optionals