abortPipelineRun

Back to index

Summary

Aborts a pipeline run.
flowRuntimeId
UUIDoptional
The ID of the flow runtime.
flowRuntimeName
Stringoptional
The name of the flow runtime.
force
Booleanoptional
If true running tasks are force aborted.
projectName
Stringoptional
The name of the project.

Usage

Perl

$cmdr->abortPipelineRun( # optionals );

ectool

ectool abortPipelineRun \ # optionals

Examples

Perl

$cmdr->abortPipelineRun({flowRuntimeName => "Final Release", projectName => "Production"});

ectool

ectool abortPipelineRun --flowRuntimeName "Final Release" --projectName "Production"