getAttachedPipelineRuns

On this page
Back to index

Summary

Fetches all attached runs for the specified release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.

Usage

Perl

$cmdr->getAttachedPipelineRuns( "test-projectName" # projectName # optionals );

ectool

ectool getAttachedPipelineRuns \ "test-projectName" `# projectName` \ # optionals