Skip to content
Snippets Groups Projects
Commit 93c60f61 authored by Maciej Sokołowski's avatar Maciej Sokołowski
Browse files

#47845 - Propagate failure_reason to job webhook.

parent 91795dcd
No related branches found
No related tags found
Loading
......@@ -28,6 +28,7 @@ def build(build)
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment