summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
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/reproducible.yaml
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/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml14
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