diff options
Diffstat (limited to 'job-cfg/webcheck.yaml')
-rw-r--r-- | job-cfg/webcheck.yaml | 19 |
1 files changed, 6 insertions, 13 deletions
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' |