AWS CodePipeline Enables Failed Action Retry

Posted on: Jun 22, 2016

You can now retry an action in AWS CodePipline after it has failed. Previously, you needed to manually restart the entire pipeline or commit a new change to your pipeline’s source stage to retry the failed action.

When an action does not complete successfully in CodePipeline, the action fails and the pipeline pauses, halting the progression of your change through the pipeline. Now, you can retry the failed action without needing to restart the entire pipeline.

You can start using this feature through the CodePipeline console, AWS CLI, or AWS SDKs and APIs. Learn more about retrying failed actions here.

For more information on CodePipeline: