pipeline

On this page
Back to index

Summary

pipeline representation.
pipelineName
Stringrequired
The name of the pipeline.
projectName
Stringrequired
The name for the project that must be unique among all projects.
assigneesForSkipStage
Stringoptional
A list of users who can skip stages at runtime.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
disableMultipleActiveRuns
Stringoptional
Boolean flag showing if option to run multiple pipelines simultaneously is disabled.
disableRestart
Stringoptional
True to disable restart the pipeline.
enabled
Stringoptional
True to enable the pipeline.
newName
Stringoptional
New name for an existing object that is being renamed.
overrideWorkspace
Stringoptional
If true and workspaceName is not null, then all tasks use pipeline's workspace.
pipelineRunNameTemplate
Stringoptional
Template used to determine the default name for pipelines on startup.
releaseName
Stringoptional
The name of the release.
skipStageMode
Stringoptional
The flag to indicate if stages can be skipped at runtime.
type
Stringoptional
Type of pipeline.
workspaceName
Stringoptional
The name of the default workspace for this pipeline.

Usage

There are no usage examples available for pipeline.