summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-18 14:46:31 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-18 14:46:31 +0100
commit31e0dee3b853ba737ba01a775cb4be3bcd0b90f2 (patch)
tree13604358bdce1e63d85ddd2173ac0b8c374cdb86
parentc943dae6c11a6304fd471173d1b344b9dc517d8c (diff)
downloadgitlab-ce-doc/add-build-email-service.tar.gz
Add documentation about build emails servicedoc/add-build-email-service
Closes #12497
-rw-r--r--doc/ci/quick_start/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index ae7b760fa67..0bd2f797c6f 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -184,6 +184,22 @@ you expected.
You are also able to view the status of any commit in the various pages in
GitLab, such as **Commits** and **Merge Requests**.
+## Enabling build emails
+
+If you want to recieve notifications about builds (when build fails, for
+example), you should enable **Build Emails Service**.
+
+**Build Emails** service is available on a **Service** page in a project's
+settings. You should activate it by checking an *Active* checkbox, and clicking
+"Save changes".
+
+Note that you can also provide a list of recipients that will always recieve
+notifications or indicate that you want a pusher to also recieve notification
+about each build's status.
+
+If you decide to check *Notify only broken builds* checkbox, notifications will
+be sent only for failed builds.
+
## Builds badge
You can access a builds badge image using following link: