Back to index
Summary
Fetches all attached runs for the specified release.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->getAttachedPipelineRuns( "test-projectName" # projectName # optionals );
ectool
ectool getAttachedPipelineRuns \ "test-projectName" `# projectName` \ # optionals