PipelineRunProperties interface
The properties of a pipeline run.
Properties
| force |
How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. |
| provisioning |
The provisioning state of a pipeline run. |
| request | The request parameters for a pipeline run. |
| response | The response of a pipeline run. |
Property Details
forceUpdateTag
How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
forceUpdateTag?: string
Property Value
string
provisioningState
The provisioning state of a pipeline run.
provisioningState?: string
Property Value
string
request
The request parameters for a pipeline run.
request?: PipelineRunRequest