diff options
Diffstat (limited to 'job-cfg/d-i.yaml')
-rw-r--r-- | job-cfg/d-i.yaml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index efd11e6a..84c6ea4d 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -19,6 +19,9 @@ 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 @@ -59,14 +62,16 @@ - pollscm: "*/30 * * * *" 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: 'Installation guides with LANG={lang}' - directory: 'html' - indexfiles: '' - keepall: False + name: 'Installation guides with LANG={lang}' + directory: 'html' + indexfiles: '' + keepall: False + - email: + recipients: holger@layer-acht.org - job-template: defaults: d-i |