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:
authorSese Schneider <sese.tailor@gmail.com>2019-05-23 13:59:47 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-05-23 13:59:47 +0300
commit2f3263961e7f42e0af2e94752a535a4bd59c7fc1 (patch)
treecc80e6d682ad5f26e9fb3749bdef9defb416253c /doc/user/project/integrations/webhooks.md
parent5addbba069e9c6af7fddcc21cb74f226d11e9daf (diff)
The pipeline hook uses 'builds' instead of 'jobs' in its request body
Diffstat (limited to 'doc/user/project/integrations/webhooks.md')
-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",