#47845 - Propagate failure_reason to job webhook.
This commit is contained in:
parent
91795dcd1c
commit
93c60f611c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ module Gitlab
|
|||
build_finished_at: build.finished_at,
|
||||
build_duration: build.duration,
|
||||
build_allow_failure: build.allow_failure,
|
||||
build_failure_reason: build.failure_reason,
|
||||
|
||||
# TODO: do we still need it?
|
||||
project_id: project.id,
|
||||
|
|
Loading…
Reference in a new issue