summaryrefslogtreecommitdiff
path: root/doc/project_services/builds_emails.md
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-24 14:06:55 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-24 14:06:55 -0500
commita4e522a889b24d7d7768ac3b77d0b544a25c3782 (patch)
tree5133df88a0bf7d5cdb8aeef7acd6232f9d6aadcb /doc/project_services/builds_emails.md
parent9f0a71f4fe0eade788c1c722c70873b319492dbe (diff)
parent4a9affa7330f2099f6385d3d74150f93cfd008f1 (diff)
downloadgitlab-ce-a4e522a889b24d7d7768ac3b77d0b544a25c3782.tar.gz
Merge branch 'master' into minimize-on-diff
Diffstat (limited to 'doc/project_services/builds_emails.md')
-rw-r--r--doc/project_services/builds_emails.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/project_services/builds_emails.md b/doc/project_services/builds_emails.md
new file mode 100644
index 00000000000..af0b1a287c7
--- /dev/null
+++ b/doc/project_services/builds_emails.md
@@ -0,0 +1,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)