Back to index
Summary
Adds a pipeline run to a release with a status ofrunning
or planning
; pipeline runs cannot be attached to completed releases.projectNameStringrequiredThe name for the project that must be unique among all projects. flowRuntimeIdUUIDoptionalThe ID of the pipeline run to attach. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->attachPipelineRun( "test-projectName" # projectName # optionals );
ectool
ectool attachPipelineRun \ "test-projectName" `# projectName` \ # optionals