From 2f3263961e7f42e0af2e94752a535a4bd59c7fc1 Mon Sep 17 00:00:00 2001 From: Sese Schneider Date: Thu, 23 May 2019 10:59:47 +0000 Subject: [PATCH] The pipeline hook uses 'builds' instead of 'jobs' in its request body --- doc/user/project/integrations/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 10eb3a4f3b7..a0f500a939f 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1016,7 +1016,7 @@ X-Gitlab-Event: Pipeline Hook "email": "user@gitlab.com" } }, - "jobs":[ + "builds":[ { "id": 380, "stage": "deploy",