Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
7f5f56d4
Commit
7f5f56d4
authored
Feb 19, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move builds emails service to its own document
[ci skip]
parent
31e0dee3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
16 deletions
+25
-16
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+8
-15
doc/project_services/builds_emails.md
doc/project_services/builds_emails.md
+16
-0
doc/project_services/img/builds_emails_service.png
doc/project_services/img/builds_emails_service.png
+0
-0
doc/project_services/project_services.md
doc/project_services/project_services.md
+1
-1
No files found.
doc/ci/quick_start/README.md
View file @
7f5f56d4
...
...
@@ -36,13 +36,13 @@ file and start builds on _Runners_ according to the contents of the file,
for that commit.
Because
`.gitlab-ci.yml`
is in the repository, it is version controlled,
old versions still build succesfully, forks can easily make use of CI,
old versions still build succes
s
fully, forks can easily make use of CI,
branches can have separate builds and you have a single source of truth for CI.
You can read more about the reasons why we are using
`.gitlab-ci.yml`
[
in our blog about it
][
blog-ci
]
.
**Note:**
`.gitlab-ci.yml`
is a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
file
so you have to pay extra attention to the identation. Always use spaces, not
so you have to pay extra attention to the i
n
dentation. Always use spaces, not
tabs.
### Creating a simple `.gitlab-ci.yml` file
...
...
@@ -168,7 +168,7 @@ To enable **Shared Runners** you have to go to your project's
## Seeing the status of your build
After configuring the Runner succesfully, you should see the status of your
After configuring the Runner succes
s
fully, you should see the status of your
last commit change from _pending_ to either _running_, _success_ or _failed_.
You can view all builds, by going to the
**Builds**
page in your project.
...
...
@@ -186,19 +186,12 @@ 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**
.
If you want to receive e-mail notifications about the result status of the
builds, you should explicitly enable the
**Builds Emails**
service under your
project's settings.
**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.
For more information read the [Builds emails service documentation]
(../../project_services/builds_emails.md).
## Builds badge
...
...
doc/project_services/builds_emails.md
0 → 100644
View file @
7f5f56d4
## 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
)
doc/project_services/img/builds_emails_service.png
0 → 100644
View file @
7f5f56d4
40.3 KB
doc/project_services/project_services.md
View file @
7f5f56d4
...
...
@@ -12,7 +12,7 @@ further configuration instructions and details. Contributions are welcome.
| Assembla | Project Management Software (Source Commits Endpoint) |
|
[
Atlassian Bamboo CI
](
bamboo.md
)
| A continuous integration and build server |
| Buildkite | Continuous integration and deployments |
|
Builds emails
| Email the builds status to a list of recipients |
|
[
Builds emails
](
builds_emails.md
)
| Email the builds status to a list of recipients |
| Campfire | Simple web-based real-time group chat |
| Custom Issue Tracker | Custom issue tracker |
| Drone CI | Continuous Integration platform built on Docker, written in Go |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment