From 04a66fa241f1836290e06517ecdf17bd32521d2d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 10 Nov 2012 16:29:09 +0100 Subject: add support for only building parts of the installation-guide --- job-cfg/d-i.yaml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'job-cfg') 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: '

Configured by jenkins-job-builder, do not edit this job through the web UI.' jobs: - '{name}_manual' + - '{name}_manual_de' - '{name}_parse_build_logs' -- cgit v1.2.3-54-g00ecf