retry_stage
Retry a failed stage in AWS CodePipeline by specifying the pipeline name, stage name, and execution ID, ensuring continuity in your CI/CD workflow.
Instructions
Retry a failed stage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipelineExecutionId | Yes | Execution ID | |
pipelineName | Yes | Name of the pipeline | |
stageName | Yes | Name of the stage |