Reputation: 41
I want to get email notification for failed pipeline builds.
I tried to configure my GitLab settings as following: https://docs.gitlab.com/ee/workflow/notifications.html
But in my settings, I see the following:
There is no check box for Failed/Successful pipeline. For the project I set it to 'Watch:' receive notifications from projects or groups user is a member of.
What am I missing?
Upvotes: 2
Views: 6710
Reputation: 4385
The link to https://docs.gitlab.com/ee/workflow/notifications.html is no more active.
I found a blog post from 2020 on https://about.gitlab.com/blog/, explaining how to do.
Read it there : https://about.gitlab.com/blog/2020/06/17/notification-on-pipeline-succeeds/
In short, you have checkboxes for custom notification events like :
To access it, like said in the blog post,
And before all, check your global notification email at : https://gitlab.com/-/profile/notifications
Upvotes: 1
Reputation: 743
Even if the question is old, the solution is the Gitlab Integration "Pipeline emails" (suggested by this other answer).
In short, in your project, go to Project -> Settings -> Integrations -> Pipelines emails
and set the list of emails to notify.
Upvotes: 4