Skip to content
Snippets Groups Projects
Unverified Commit ad44a9bb authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

http: Add evaluation field to hydra-build.

* src/cuirass/http.scm (build->hydra-build): Add "evaluation" field.
parent b2c77dd6
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@
(build-status started)))))
`((#:id . ,(assq-ref build #:id))
(#:evaluation . ,(assq-ref build #:eval-id))
(#:jobset . ,(assq-ref build #:specification))
(#:job . ,(assq-ref build #:job-name))
......
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