diff options
Diffstat (limited to 'doc/development/integrations/jenkins.md')
-rw-r--r-- | doc/development/integrations/jenkins.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/integrations/jenkins.md b/doc/development/integrations/jenkins.md index 6baccdca327..8b05cc3168e 100644 --- a/doc/development/integrations/jenkins.md +++ b/doc/development/integrations/jenkins.md @@ -26,9 +26,9 @@ GitLab does not allow requests to localhost or the local network by default. Whe 1. Log into your GitLab instance as an administrator. 1. On the top bar, select **Main menu > Admin**. 1. On the left sidebar, select **Settings > Network**. -1. Expand **Outbound requests** and check the following checkboxes: +1. Expand **Outbound requests**, and select the following checkboxes: - - **Allow requests to the local network from web hooks and services** + - **Allow requests to the local network from webhooks and integrations** - **Allow requests to the local network from system hooks** For more details about GitLab webhooks, see [Webhooks and insecure internal web services](../../security/webhooks.md). |