From 6aa07e855a2640820b593437f275061551d0fec1 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Fri, 20 Mar 2015 16:03:39 +0200 Subject: [PATCH] Mention group level web hooks in documentation --- doc/web_hooks/web_hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index 851f50f5e9..e66205b7dc 100644 --- a/doc/web_hooks/web_hooks.md +++ b/doc/web_hooks/web_hooks.md @@ -6,6 +6,8 @@ You can configure web hooks to listen for specific events like pushes, issues or Web hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. +If you have a big set of projects in the one group then it will be convinient for you to configure web hooks globally for the whole group. You can add the group level web hooks on the group settings page. + If you send a web hook to an SSL endpoint [the certificate will not be verified](https://gitlab.com/gitlab-org/gitlab-ce/blob/ccd617e58ea71c42b6b073e692447d0fe3c00be6/app/models/web_hook.rb#L35) since many people use self-signed certificates. ## Push events