summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-10 16:29:09 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-10 16:29:09 +0100
commit04a66fa241f1836290e06517ecdf17bd32521d2d (patch)
tree4192c23c1fe29caaf586bd348617436f1cba7497 /job-cfg
parent90119c5920c7d6061a2cd9d41e3d26f6469b1037 (diff)
downloadjenkins.debian.net-04a66fa241f1836290e06517ecdf17bd32521d2d.tar.xz
add support for only building parts of the installation-guide
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/d-i.yaml28
1 files changed, 22 insertions, 6 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index a2fd8626..f3c03f85 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -23,7 +23,7 @@
- job-template:
defaults: d-i
name: '{name}_manual'
- description: 'Shall build d-i manual one day, does not do that yet.{do_not_edit}'
+ description: 'Builds the installation-guide packages.{do_not_edit}'
scm:
- svn:
url: svn://svn.debian.org/svn/d-i/trunk
@@ -39,11 +39,26 @@
- shell: '/srv/jenkins/bin/d-i_manual.sh'
triggers:
- pollscm: "*/30 * * * *"
- publishers:
- - logparser:
- rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
- fail_on_error: 'true'
+
+- job-template:
+ defaults: d-i
+ name: '{name}_manual_de'
+ description: 'Builds the german html version of the installation-guide for all architectures.{do_not_edit}'
+ scm:
+ - svn:
+ url: svn://svn.debian.org/svn/d-i/trunk
+ basedir: .
+ workspaceupdater: update
+ includedRegions: '/trunk/manual/.*'
+ excludedRegions: ''
+ excludedUsers: ''
+ excludedRevprop: ''
+ excludedCommitMessages: ''
+ viewvc-url: http://anonscm.debian.org/viewvc/d-i/trunk
+ builders:
+ - shell: '/srv/jenkins/bin/d-i_manual.sh de'
+ triggers:
+ - pollscm: "*/30 * * * *"
- job-template:
defaults: d-i
@@ -69,6 +84,7 @@
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}_parse_build_logs'