RunPipelineParameters interface
Settings which influence pipeline runs.
Properties
preview |
If true, don't actually create a new run. Instead, return the final YAML document after parsing templates. |
resources | The resources the run requires. |
stages |
|
template |
|
variables | |
yaml |
If you use the preview run option, you may optionally supply different YAML. This allows you to preview the final YAML document without committing a changed file. |
Property Details
previewRun
If true, don't actually create a new run. Instead, return the final YAML document after parsing templates.
previewRun: boolean
Property Value
boolean
resources
The resources the run requires.
resources: RunResourcesParameters
Property Value
stagesToSkip
stagesToSkip: string[]
Property Value
string[]
templateParameters
templateParameters: {[key: string]: string}
Property Value
{[key: string]: string}
variables
yamlOverride
If you use the preview run option, you may optionally supply different YAML. This allows you to preview the final YAML document without committing a changed file.
yamlOverride: string
Property Value
string