summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/d-i.yaml18
-rw-r--r--job-cfg/webcheck.yaml19
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'