Back to index
Summary
Deletes a pipeline in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. pipelineNameStringrequiredThe name of the pipeline. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->deletePipeline( "test-projectName", # projectName "test-pipelineName" # pipelineName # optionals );
ectool
ectool deletePipeline \ "test-projectName" `# projectName` \ "test-pipelineName" `# pipelineName` \ # optionals