diff options
author | Sese Schneider <sese.tailor@gmail.com> | 2019-05-23 10:59:47 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-05-23 10:59:47 +0000 |
commit | 2f3263961e7f42e0af2e94752a535a4bd59c7fc1 (patch) | |
tree | cc80e6d682ad5f26e9fb3749bdef9defb416253c /doc | |
parent | 5addbba069e9c6af7fddcc21cb74f226d11e9daf (diff) | |
download | gitlab-ce-2f3263961e7f42e0af2e94752a535a4bd59c7fc1.tar.gz |
The pipeline hook uses 'builds' instead of 'jobs' in its request body
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 2 |
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", |