diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-19 02:22:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-19 02:22:54 +0100 |
commit | fb10dea0fb2320c97aeeb8701a1c7c8398e2af67 (patch) | |
tree | 9442ed906fbcb018204b6ab8ca865c3701e8e9a2 /job-cfg | |
parent | 7be26ae0a20ec678e283c61429be429e7596747c (diff) | |
download | jenkins.debian.net-fb10dea0fb2320c97aeeb8701a1c7c8398e2af67.tar.xz |
re-enable html publisher
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 10 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 1738beda..a20f1f38 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -299,11 +299,11 @@ fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org -# - htmlpublisher: -# name: 'Daily d-i build logs' -# directory: '.' -# indexfiles: 'build-logs.html' -# keepall: True + - htmlpublisher: + name: 'Daily d-i build logs' + directory: '.' + indexfiles: 'build-logs.html' + keepall: True - job-template: defaults: d-i diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index b750b033..1e860404 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -16,11 +16,11 @@ rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'false' fail-on-error: 'false' -# - htmlpublisher: -# name: 'Webcheck report' -# directory: '.' -# indexfiles: 'index.html' -# keepall: True + - htmlpublisher: + name: 'Webcheck report' + directory: '.' + indexfiles: 'index.html' + keepall: True - email: recipients: holger@layer-acht.org properties: |