diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 20:14:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 20:14:24 +0100 |
commit | 29284e3d1354158058b6ebe59f7ac28222f7bc38 (patch) | |
tree | 8a08d1e0572aa4588ec2dd7499b20d8142d9cf65 | |
parent | a241c01325f430644f6a68cdaa95ebdc10ba2029 (diff) | |
download | jenkins.debian.net-29284e3d1354158058b6ebe59f7ac28222f7bc38.tar.xz |
publish html results
-rw-r--r-- | job-cfg/d-i.yaml | 18 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 19 |
2 files changed, 11 insertions, 26 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index e21749e2..08eaab53 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -35,19 +35,11 @@ rulespath: '/srv/jenkins/logparse/debian.rules' unstable_on_warning: 'true' fail_on_error: 'true' -# FIXME: -# <htmlpublisher.HtmlPublisher> -# <reportTargets> -# <htmlpublisher.HtmlPublisherTarget> -# <reportName>daily d-i build logs</reportName> -# <reportDir>.</reportDir> -# <reportFiles>build-logs.html</reportFiles> -# <keepAll>true</keepAll> -# <wrapperName>htmlpublisher-wrapper.html</wrapperName> -# </htmlpublisher.HtmlPublisherTarget> -# </reportTargets> -# </htmlpublisher.HtmlPublisher> - + - htmlpublisher: + name: 'Daily d-i build logs' + directory: '.' + indexfiles: 'build-logs.html' + keepall: True - project: name: d-i diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 2fc65e0a..6d28b985 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -16,6 +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 properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html @@ -25,18 +30,6 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png -#> <htmlpublisher.HtmlPublisher> -#> <reportTargets> -#> <htmlpublisher.HtmlPublisherTarget> -#> <reportName>webcheck Report</reportName> -#> <reportDir>.</reportDir> -#> <reportFiles>index.html</reportFiles> -#> <keepAll>false</keepAll> -#> <wrapperName>htmlpublisher-wrapper.html</wrapperName> -#> </htmlpublisher.HtmlPublisherTarget> -#> </reportTargets> -#> </htmlpublisher.HtmlPublisher> - - job-template: defaults: webcheck @@ -112,7 +105,7 @@ jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special: oldid= printable=yes limit= redirect=no qa.debian.org/developer.php security.debian.org/pool packages.debian.org/src:' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special: oldid= printable=yes limit= redirect=no qa.debian.org/developer.php security.debian.org/pool packages.debian.org/src: i18n.debian.org/material' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' |