deleteJob

On this page
Back to index

Summary

Deletes a job from the CloudBees CD/RO database.
jobId
Stringrequired
The primary key of the job, or the name of the job.
waitForDeleteToComplete
Booleanoptional
If 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