diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
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' |