diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-03 20:19:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-03 20:19:44 +0200 |
commit | d139837b8fa4f02fae659293a059c2916820d999 (patch) | |
tree | 124d4352f7fd03d40e86729b8379ce31088a6d1b | |
parent | 66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f (diff) | |
download | jenkins.debian.net-d139837b8fa4f02fae659293a059c2916820d999.tar.xz |
try syntax suggested by weasel...
-rw-r--r-- | job-cfg/reproducible.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 891a5190..a676227e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -65,10 +65,7 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' - parameters: - - label: - name: node - default: armhf + node: armhf - defaults: name: reproducible_notes |