summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-05-23 10:59:47 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-05-23 10:59:47 +0000
commit23ff34e087aa576865767b45684af37050e9a690 (patch)
treecc80e6d682ad5f26e9fb3749bdef9defb416253c
parent5addbba069e9c6af7fddcc21cb74f226d11e9daf (diff)
parent2f3263961e7f42e0af2e94752a535a4bd59c7fc1 (diff)
downloadgitlab-ce-23ff34e087aa576865767b45684af37050e9a690.tar.gz
Merge branch 'master' into 'master'
The pipeline hook uses 'builds' instead of 'jobs' in its request body See merge request gitlab-org/gitlab-ce!28482
-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",