detachPipelineRun

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
UUIDoptional
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

Examples

Perl

$cmdr->detachPipelineRun("Default", flowRuntimeId => e9bebbe3-c087-11e9-8bf5-001c42c3ce23, releaseName => AugustRelease);

ectool

ectool detachPipelineRun "Default" --flowRuntimeId e9bebbe3-c087-11e9-8bf5-001c42c3ce23 --releaseName "AugustRelease"