summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/d-i.yaml21
1 files changed, 17 insertions, 4 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index f3c03f85..33131acc 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -29,7 +29,7 @@
url: svn://svn.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
- includedRegions: '/trunk/manual/.*'
+ includedRegions: {include}
excludedRegions: ''
excludedUsers: ''
excludedRevprop: ''
@@ -49,7 +49,7 @@
url: svn://svn.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
- includedRegions: '/trunk/manual/.*'
+ includedRegions: {include}
excludedRegions: ''
excludedUsers: ''
excludedRevprop: ''
@@ -59,6 +59,16 @@
- shell: '/srv/jenkins/bin/d-i_manual.sh de'
triggers:
- pollscm: "*/30 * * * *"
+ publishers:
+ - logparser:
+ rulespath: '/srv/jenkins/logparse/debian.rules'
+ unstable_on_warning: 'true'
+ fail_on_error: 'true'
+ - htmlpublisher:
+ name: 'Installation guides with LANG=de'
+ directory: 'html'
+ indexfiles: ''
+ keepall: False
- job-template:
defaults: d-i
@@ -83,8 +93,11 @@
name: d-i
do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.'
jobs:
- - '{name}_manual'
- - '{name}_manual_de'
+ - '{name}_manual':
+ include: '/trunk/manual/debian/.*'
+ # FIXME: misses: scripts doc build
+ - '{name}_manual_de':
+ include: '/trunk/manual/de/.*'
- '{name}_parse_build_logs'