Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notification for failure steps in AWS Codepipeline

How to trigger notification for step /action failure in AWS Codepipeline?

like image 959
Senthil Avatar asked Apr 25 '17 17:04

Senthil


People also ask

How can you notify your development team when the state of your AWS CodePipeline changes?

Sign in to the AWS Management Console and open the CodePipeline console at https://console.aws.amazon.com/codepipeline/ . Choose Pipelines, and then choose a pipeline where you want to add notifications. On the pipeline page, choose Notify, and then choose Create notification rule.

Which of the following are available options for notifying the pipeline state change?

Send a Notification When Pipeline State Changes (Console)Choose Create rule. Under Event source, from the Service Name drop-down list, choose CodePipeline. From the Event Type drop-down list, choose the level of state change for the notification.

How does AWS CodePipeline manage revisions that have completed a stage before the next stage is available?

The stages in a pipeline are connected by transitions, and are represented by arrows in the AWS CodePipeline console. Revisions that successfully complete the actions in a stage will be automatically sent on to the next stage as indicated by the transition arrow. Transitions can be disabled or enabled between stages.

What does an action mean in CodePipeline?

In AWS CodePipeline, an action is part of the sequence in a stage of a pipeline. It is a task performed on the artifact in that stage. Pipeline actions occur in a specified order, in sequence or in parallel, as determined in the configuration of the stage.


1 Answers

AWS CodePipeline now provides notifications on pipeline, stage, and action status changes. https://aws.amazon.com/about-aws/whats-new/2017/09/aws-codepipeline-now-provides-notifications-on-pipeline-stage-and-action-status-changes/

like image 102
zhngha Avatar answered Sep 19 '22 12:09

zhngha