From db25777a302c07b79dc0e9536a70bc256dc8aea0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 14 Dec 2014 14:25:34 +0100 Subject: order of publishers seems to matter, first parse logs, then send mails --- job-cfg/reproducible.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'job-cfg/reproducible.yaml') 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 -- cgit v1.2.3-54-g00ecf