JynXXedRabbitFoot
JynXXedRabbitFoot

Reputation: 1028

Notify all group members of failed pipelines in GitLab

The goal is to have everyone get a notification for every failed pipeline (at their discretion). Currently, any of us can run a pipeline on this project branch, and the creator of the pipeline gets an email, no one else does. I have tried setting the notification level to watch and custom (with failed pipelines checked) at project, group and global levels without success. The help page regarding notifications says the failed pipeline checkbox for custom notification levels notifies the author of the pipeline (which is the behavior I am experiencing). Is there any way to allow multiple people to get notified of a failed pipeline?

Upvotes: 28

Views: 18565

Answers (1)

Sascha Frinken
Sascha Frinken

Reputation: 3366

Have a look at following Integration:

Project -> Settings -> Integrations -> Pipelines emails

enter image description here

Upvotes: 56

Related Questions