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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2019-05-12 12:19:02 +0300
committerPeter Marko <peter.marko@siemens.com>2019-05-28 14:41:43 +0300
commit8f53e9ccc8771f1c8542a0b013a6e99ad6158ecd (patch)
tree7ee4b18372f070732687ed696160437e49f9a00a /doc/api
parentfe0907970732d90b6bbb880e1a2ad3c5b7cd2d38 (diff)
Add notify_only_default_branch option to PipelinesEmailService
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/services.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index 742abccb69e..01df2a50198 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -754,6 +754,7 @@ Parameters:
| `recipients` | string | yes | Comma-separated list of recipient email addresses |
| `add_pusher` | boolean | no | Add pusher to recipients list |
| `notify_only_broken_pipelines` | boolean | no | Notify only broken pipelines |
+| `notify_only_default_branch` | boolean | no | Send notifications only for the default branch ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28271)) |
### Delete Pipeline-Emails service