25

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?

  • Using Gitlab CE v10.0
  • Have Group (security::internal)
  • Group has Project (security::internal)
  • Project has scheduled pipleine (runs nighly)
  • Pipeline runs integration tests (purposely failing)
  • Schedule created by me (schedules have to have an owner)
  • When the automated pipeline runs and fails I get an email(Good)
  • No one else gets email(bad)
JynXXedRabbitFoot
  • 996
  • 1
  • 7
  • 17

1 Answers1

55

Have a look at following Integration:

Project -> Settings -> Integrations -> Pipelines emails

enter image description here

Sascha Frinken
  • 3,134
  • 1
  • 24
  • 27
  • 3
    Is there any option to add only committer, dynamically?? – Fakhrul Hasan Apr 29 '19 at 09:22
  • @Fakhrul Hasan I think this can't be done with the integration. But You could use a [webhook](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#pipeline-events) – Sascha Frinken Apr 29 '19 at 10:32
  • 4
    is there such an option for choosing specific scheduled pipelines? – Wolfson Oct 27 '20 at 15:27
  • I am not receiving any emails even though I have added comma-separated emails and even try a single email address under the recipients' section. Is it working for you? – Shashank Shah Jul 13 '23 at 06:54