From 4edb47ab2bfba9100db7ab97dd442abb5e12354d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 26 Dec 2017 21:04:26 +0200 Subject: Add: parameters to build resources in yarns We want the build resources to remember what the actual parameters were, when the build ran. --- yarns/500-build-fail.yarn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yarns/500-build-fail.yarn') 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" ... } -- cgit v1.2.1