From 7b2ead6ce85de1b9bd5fb05a01239891a287e094 Mon Sep 17 00:00:00 2001 From: Maciej Sokolowski Date: Mon, 20 Aug 2018 13:04:22 +0200 Subject: [PATCH] Documentation for failure_reason in job webhook --- doc/user/project/integrations/webhooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 77fa517b5b1..770b1810da1 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1102,6 +1102,7 @@ X-Gitlab-Event: Build Hook "build_finished_at": null, "build_duration": null, "build_allow_failure": false, + "build_failure_reason": "script_failure", "project_id": 380, "project_name": "gitlab-org/gitlab-test", "user": { -- GitLab