summaryrefslogtreecommitdiff
path: root/doc/project_services/slack.md
blob: 1503d9cd98348970b9a81e49e0e06752e83421a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Slack Service

Go to your project's **Settings > Services > Slack** and you will see a checkbox with the following events that can be triggered:

* Push
* Issue
* Merge request
* Note
* Tag push
* Build
* Wiki page

Bellow each of these event checkboxes you will have a input to insert which Slack channel do you want to send that event message,
#general channel is default.


![Slack configuration](img/slack_configuration.png)


| Field | Description |
| ----- | ----------- |
| `Webhook`   | The incoming webhook url which you have to setup on slack. (https://my.slack.com/services/new/incoming-webhook/) |
| `Username`   | Optional username which can be on messages sent to slack. |
| `notify only broken builds`    | Notify only about broken builds, when build events are marked to be sent.|