PipelineCreateInput
INPUT_OBJECT
Autogenerated input type of PipelineCreate
Input Fields |
---|
If existing builds can be rebuilt as new builds. Default value: true |
A branch filter pattern to limit which pushed branches trigger builds on this pipeline. |
If intermediate builds should be canceled as new builds are created |
A branch filter to scope which builds this is applied to |
A unique identifier for the client performing the mutation. |
The GraphQL ID of the cluster you want to use for the pipeline |
A color hex code to represent this pipeline. |
The default branch used to show statistics about the build Default value: "main" |
The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step. |
A description of this pipeline. |
An emoji to represent this pipeline. |
The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value. |
The |
The initial build number to use |
|
The GraphQL ID of the pipeline template you want to use for the pipeline |
A source code repository that will back this pipeline |
If intermediate builds should be skipped as new builds are created |
A branch filter to scope which builds this is applied to |
Steps used by this pipeline defined as YAML |
Tags you want this pipeline to have |
Which teams this pipeline should be assigned to |
The visibility of the pipeline, either PUBLIC or PRIVATE. Default value: PRIVATE |