Welcome to mirror list, hosted at ThFree Co, Russian Federation.

builds_emails.md « project_services « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af0b1a287c74b94d39e51cc3dc9f74fb2a04bd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Enabling build emails

To receive e-mail notifications about the result status of your builds, visit
your project's **Settings > Services > Builds emails** and activate the service.

In the _Recipients_ area, provide a list of e-mails separated by comma.

Check the _Add pusher_ checkbox if you want the committer to also receive
e-mail notifications about each build's status.

If you enable the _Notify only broken builds_ option, e-mail notifications will
be sent only for failed builds.

---

![Builds emails service settings](img/builds_emails_service.png)