CodePipeline force retry

1.7k views Asked by At

I find that when a pipeline stage fails, I can retry. But if I update the stage I cannot retry. Is there a way to do this without committing an empty change?

1

There are 1 answers

0
R.Min On BEST ANSWER

According to my understanding, if you update the stage of pipeline, it's like the pipeline is a "new" pipeline. So there is no "retry" because there is no "fail". So you can just push the "Release Change" button. Hope this link can help you. http://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-edit.html