Back to index
Summary
Retrieves a pipeline by its name.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->getPipeline( "test-projectName", # projectName "test-pipelineName" # pipelineName # optionals );
ectool
ectool getPipeline \ "test-projectName" `# projectName` \ "test-pipelineName" `# pipelineName` \ # optionals