RetryStageExecutionRequest
Represents the input of a RetryStageExecution
action.
Types
Properties
Link copied to clipboard
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
Link copied to clipboard
The name of the pipeline that contains the failed stage.
Link copied to clipboard
The scope of the retry attempt.
Functions
Link copied to clipboard
inline fun copy(block: RetryStageExecutionRequest.Builder.() -> Unit = {}): RetryStageExecutionRequest