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>2022-10-11 12:10:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-11 12:10:43 +0300
commit988375009f3393c7db4944b707b9989d6e9b794e (patch)
tree7bdc731d3c7c863a1fd9f01a73f3757decf910f1 /doc/integration/jenkins.md
parent764f81209f7bd872568462267aea12325e69b1be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/jenkins.md')
-rw-r--r--doc/integration/jenkins.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/integration/jenkins.md b/doc/integration/jenkins.md
index ca7ff1a5507..d5620126468 100644
--- a/doc/integration/jenkins.md
+++ b/doc/integration/jenkins.md
@@ -222,15 +222,7 @@ Or check for duplicate messages in `/var/log/gitlab/gitlab-rail`, like:
2019-10-25_04:22:41.25630 2019-10-25T04:22:41.256Z 1584 TID-ovowh4tek WebHookWorker JID-941fb7f40b69dff3d833c99b INFO: start
```
-To fix this issue:
-
-1. Increase the `gitlab_rails['webhook_timeout']` value in the `gitlab.rb`
- configuration file.
-1. [Restart](../administration/restart_gitlab.md) GitLab:
-
- ```shell
- gitlab-ctl reconfigure
- ```
+On self-managed GitLab instances, you can fix this issue by [increasing the webhook timeout value](../administration/instance_limits.md#webhook-timeout).
### Enable job logs in Jenkins