diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 15:14:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 15:14:41 +0100 |
commit | cc251386cf900cb9f8a13b473a6d8a28701ad8c9 (patch) | |
tree | b43d36bace8772f9bb6e52fb814b01c4c2630cc4 /job-cfg | |
parent | 1eb883bd8fe96d41ad1830988e3bc990e373f64c (diff) | |
download | jenkins.debian.net-cc251386cf900cb9f8a13b473a6d8a28701ad8c9.tar.xz |
fixup: publish all failures to myself
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 84c6ea4d..64164478 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -19,9 +19,6 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - publishers: - - email: - recipients: holger@layer-acht.org - defaults: name: d-i-manual @@ -93,6 +90,9 @@ - shell: '/srv/jenkins/bin/d-i_manual.sh' triggers: - pollscm: "*/30 * * * *" + publishers: + - email: + recipients: holger@layer-acht.org - job-template: defaults: d-i @@ -104,14 +104,16 @@ - timed: "0 5 * * *" publishers: - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' - unstable_on_warning: 'true' - fail_on_error: 'true' + rulespath: '/srv/jenkins/logparse/debian.rules' + unstable_on_warning: 'true' + fail_on_error: 'true' - htmlpublisher: - name: 'Daily d-i build logs' - directory: '.' - indexfiles: 'build-logs.html' - keepall: True + name: 'Daily d-i build logs' + directory: '.' + indexfiles: 'build-logs.html' + keepall: True + - email: + recipients: holger@layer-acht.org - job-template: defaults: d-i @@ -123,9 +125,11 @@ - pollscm: "23 0 * * *" publishers: - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' - unstable_on_warning: 'true' - fail_on_error: 'true' + rulespath: '/srv/jenkins/logparse/debian.rules' + unstable_on_warning: 'true' + fail_on_error: 'true' + - email: + recipients: holger@layer-acht.org - job-template: defaults: d-i-manual |