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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-15 09:10:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-15 09:10:25 +0300
commit4b4d8af30ad4a992a5fe538448636fd8aa4d0b6b (patch)
treec6146eaa803540f5bece71feb9e5f99713598e7c /doc/integration/jenkins.md
parent0555b45841cefbd64a7bff0d58f7cb3b5bd06d97 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/jenkins.md')
-rw-r--r--doc/integration/jenkins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/jenkins.md b/doc/integration/jenkins.md
index 983ff3c54bc..668038ef386 100644
--- a/doc/integration/jenkins.md
+++ b/doc/integration/jenkins.md
@@ -166,7 +166,7 @@ If you get this error message while configuring GitLab, the following are possib
- GitLab is unable to reach your Jenkins instance at the address. If your GitLab instance is self-managed, try pinging the
Jenkins instance at the domain provided on the GitLab instance.
- The Jenkins instance is at a local address and is not included in the
- [GitLab installation's allowlist](../security/webhooks.md#create-an-allowlist-for-local-requests).
+ [GitLab installation's allowlist](../security/webhooks.md#allow-outbound-requests-to-certain-ip-addresses-and-domains).
- The credentials for the Jenkins instance do not have sufficient access or are invalid.
- The **Enable authentication for `/project` end-point** checkbox is not selected in your [Jenkins plugin configuration](#configure-the-jenkins-server).