summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-14 14:25:34 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-14 14:25:34 +0100
commitdb25777a302c07b79dc0e9536a70bc256dc8aea0 (patch)
treeb6aa2ad8b7b92aa1fd38970f411f9df5d181dc58 /job-cfg/rebootstrap.yaml.py
parentad5ef8f4c2120ff07f157fe2026000d75238064f (diff)
downloadjenkins.debian.net-db25777a302c07b79dc0e9536a70bc256dc8aea0.tar.xz
order of publishers seems to matter, first parse logs, then send mails
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py4
1 files changed, 2 insertions, 2 deletions
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 * * * *'
""")