Back to index
Summary
Aborts all pipeline runs associated with a release.projectNameStringrequiredThe name for the project that must be unique among all projects. forceBooleanoptionalIf true running tasks are force aborted. pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->abortAllPipelineRuns( "test-projectName" # projectName # optionals );
ectool
ectool abortAllPipelineRuns \ "test-projectName" `# projectName` \ # optionals