diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index cc62af14..e7e2628d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -25,12 +25,12 @@ builders: - shell: '{my_shell}' publishers: - - email: - recipients: '{my_recipients}' - logparser: parse-rules: '/srv/jenkins/logparse/reproducible.rules' unstable-on-warning: 'true' fail-on-error: 'true' + - email: + recipients: '{my_recipients}' - defaults: name: reproducible_notes @@ -60,12 +60,12 @@ builders: - shell: '{my_shell}' publishers: - - email: - recipients: '{my_recipients}' - logparser: parse-rules: '/srv/jenkins/logparse/reproducible.rules' unstable-on-warning: 'true' fail-on-error: 'true' + - email: + recipients: '{my_recipients}' scm: - git: url: '{my_gitrepo}' @@ -108,13 +108,13 @@ builders: - shell: '{my_shell}' publishers: - - email: - recipients: '{my_recipients}' - notify-every-unstable-build: false - logparser: parse-rules: '/srv/jenkins/logparse/reproducible.rules' unstable-on-warning: 'true' fail-on-error: 'true' + - email: + recipients: '{my_recipients}' + notify-every-unstable-build: false - job-template: defaults: reproducible |