summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSese Schneider <sese.tailor@gmail.com>2019-05-23 10:59:47 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-05-23 10:59:47 +0000
commit2f3263961e7f42e0af2e94752a535a4bd59c7fc1 (patch)
treecc80e6d682ad5f26e9fb3749bdef9defb416253c
parent5addbba069e9c6af7fddcc21cb74f226d11e9daf (diff)
downloadgitlab-ce-2f3263961e7f42e0af2e94752a535a4bd59c7fc1.tar.gz
The pipeline hook uses 'builds' instead of 'jobs' in its request body
-rw-r--r--doc/user/project/integrations/webhooks.md2
1 files changed, 1 insertions, 1 deletions
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",