Commit 43659d07 authored by Kati Paizee's avatar Kati Paizee

Merge branch 'docs-kmc-system-hook-trigger' into 'master'

Clarify system hook additional trigger settings

See merge request gitlab-org/gitlab!76391
parents eddde326 996fad9a
...@@ -44,6 +44,10 @@ denied access. ...@@ -44,6 +44,10 @@ denied access.
System hooks can be used, for example, for logging or changing information in an System hooks can be used, for example, for logging or changing information in an
LDAP server. LDAP server.
In addition to these default events, you can enable triggers for other events,
such as push events, and disable the `repository_update` event
when you create a system hook.
NOTE: NOTE:
We follow the same structure and deprecations as [Webhooks](../user/project/integrations/webhooks.md) We follow the same structure and deprecations as [Webhooks](../user/project/integrations/webhooks.md)
for Push and Tag events, but we never display commits. for Push and Tag events, but we never display commits.
...@@ -55,7 +59,7 @@ To create a system hook: ...@@ -55,7 +59,7 @@ To create a system hook:
1. On the top bar, select **Menu > Admin**. 1. On the top bar, select **Menu > Admin**.
1. On the left sidebar, select **System Hooks**. 1. On the left sidebar, select **System Hooks**.
1. Provide the **URL** and **Secret Token**. 1. Provide the **URL** and **Secret Token**.
1. Select the checkbox next to each **Trigger** you want to enable. 1. Select the checkbox next to each optional **Trigger** you want to enable.
1. Select **Enable SSL verification**, if desired. 1. Select **Enable SSL verification**, if desired.
1. Click **Add system hook**. 1. Click **Add system hook**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment