getPipeline

On this page
Back to index

Summary

Retrieves a pipeline by its name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
pipelineName
Stringrequired
The name of the pipeline.
releaseName
Stringoptional
The 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