summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-09-20 16:05:46 +0000
committerBob Van Landuyt <bob@vanlanduyt.co>2018-10-02 17:25:23 +0200
commit3dec816a21ea06db9db7b78c821a037e24bf3113 (patch)
tree6f6434f88399de2eacc393ce44706f0539a98c8e
parentb7c4ad5a9b9999f8f85cf2ce6546ae3a0be7309a (diff)
downloadgitlab-ce-3dec816a21ea06db9db7b78c821a037e24bf3113.tar.gz
Merge branch 'jr-webhook-docs' into 'master'
Add webhook branch filtering docs See merge request gitlab-org/gitlab-ce!21816
-rw-r--r--doc/user/project/integrations/img/webhooks_ssl.pngbin27790 -> 58529 bytes
-rw-r--r--doc/user/project/integrations/webhooks.md8
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/integrations/img/webhooks_ssl.png b/doc/user/project/integrations/img/webhooks_ssl.png
index f023e9665f2..e5777a2e99b 100644
--- a/doc/user/project/integrations/img/webhooks_ssl.png
+++ b/doc/user/project/integrations/img/webhooks_ssl.png
Binary files differ
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index 6104eadde35..e22f8e976be 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -57,6 +57,14 @@ You can turn this off in the webhook settings in your GitLab projects.
![SSL Verification](img/webhooks_ssl.png)
+## Branch filtering
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/20338) in GitLab 11.3.
+
+Push events can be filtered by branch using a branch name or wildcard pattern
+to limit which push events are sent to your webhook endpoint. By default the
+field is blank causing all push events to be sent to your webhook endpoint.
+
## Events
Below are described the supported events.