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/rebootstrap.yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/rebootstrap.yaml.py') diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index fbf7e83c..08b4bb90 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -63,12 +63,12 @@ print(""" builders: - shell: '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' publishers: - - email: - recipients: 'jenkins+debian-bootstrap helmutg@debian.org' - logparser: parse-rules: '/srv/jenkins/logparse/rebootstrap.rules' unstable-on-warning: 'false' fail-on-error: 'false' + - email: + recipients: 'jenkins+debian-bootstrap helmutg@debian.org' triggers: - pollscm: '*/6 * * * *' """) -- cgit v1.2.3-54-g00ecf