From 8e89f75dfd5de0c295a4561ec8e3e48aca528faa Mon Sep 17 00:00:00 2001 From: okamara <32964663+okamara@users.noreply.github.com> Date: Tue, 17 Nov 2020 17:58:29 +0300 Subject: [PATCH] Update config-guide.md --- docs/config-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config-guide.md b/docs/config-guide.md index 5bdda9d9..fc2929f0 100644 --- a/docs/config-guide.md +++ b/docs/config-guide.md @@ -64,7 +64,7 @@ After you register a repository a jenkins credential is generated with the forma ##### Gitlab: Configure Webhook for Pushes and Pull Requests * Go to your **Gitlab repository page > Settings > Webhooks**. * Add `http://your-zebrunner-domain.com/jenkins/generic-webhook-trigger/invoke?token=gitlab-token-here` into "Payload URL" field. - * Select application/json in "Content Type" field. + * "Secret Token" is empty field. * Select **Push and Merge Requests events**. * Click **Add webhook**.