detachPipelineRun

On this page
Back to index

Summary

Detaches a pipeline run from the specified release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
flowRuntimeId
Stringoptional
The ID of the pipeline run to attach.
releaseName
Stringoptional
The name of the release.

Usage

Perl

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

ectool

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