summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-01 20:46:08 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-01 20:46:08 +0100
commit875353ccd4dd1083bbf8cebf481c803b88ce8132 (patch)
tree298f3cb30d8c28163a0b34e17b49bb9de70ef08b /job-cfg/reproducible.yaml
parent33cbb1d3b3d7158d0773736fde258c11f04db861 (diff)
downloadjenkins.debian.net-875353ccd4dd1083bbf8cebf481c803b88ce8132.tar.xz
job-cfgs: use true+false in consistent spelling.
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 23144ff6..5d727799 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -95,7 +95,7 @@
- throttle:
max-total: 3
max-per-node: 3
- enabled: True
+ enabled: true
option: category
categories:
- reproducible
@@ -110,7 +110,7 @@
publishers:
- email:
recipients: '{my_recipients}'
- notify-every-unstable-build: False
+ notify-every-unstable-build: false
- logparser:
parse-rules: '/srv/jenkins/logparse/reproducible.rules'
unstable-on-warning: 'true'