summaryrefslogtreecommitdiff
path: root/yarns/500-build-fail.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-26 21:04:26 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-27 17:57:03 +0200
commit4edb47ab2bfba9100db7ab97dd442abb5e12354d (patch)
tree2ec73012e779dae092a25587c811a948fdc3ba68 /yarns/500-build-fail.yarn
parent4f2d16e8ab62f4fa229bb53afc3550ae1bc176db (diff)
downloadick2-4edb47ab2bfba9100db7ab97dd442abb5e12354d.tar.gz
Add: parameters to build resources in yarns
We want the build resources to remember what the actual parameters were, when the build ran.
Diffstat (limited to 'yarns/500-build-fail.yarn')
-rw-r--r--yarns/500-build-fail.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/yarns/500-build-fail.yarn b/yarns/500-build-fail.yarn
index bd6f22b..bc0a5ab 100644
--- a/yarns/500-build-fail.yarn
+++ b/yarns/500-build-fail.yarn
@@ -147,6 +147,7 @@ Also, there's a build with a log.
... "worker": "obelix",
... "project": "rome",
... "pipeline": "construct",
+ ... "parameters": {},
... "status": 1,
... "log": "/logs/1"
... }
@@ -162,6 +163,7 @@ Also, there's a build with a log.
... "worker": "obelix",
... "project": "rome",
... "pipeline": "construct",
+ ... "parameters": {},
... "status": 1,
... "log": "/logs/1"
... }