summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-16 00:29:13 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-16 00:29:13 +0100
commitfb1f7f770e998d1c0498acdc6306b068a7e5ed8f (patch)
treef44a208466d52b8bcf767e8520b30ffaea7b419d /job-cfg
parent58bb01f54da30c245b2955d2d6aedb49e1f55fe8 (diff)
downloadjenkins.debian.net-fb1f7f770e998d1c0498acdc6306b068a7e5ed8f.tar.xz
include four patterns for d-i_manual job
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/d-i.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index 891bede1..0319ea5a 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -109,12 +109,10 @@
- email:
recipients: holger@layer-acht.org
-
- job-template:
defaults: d-i
name: '{name}_manual'
- description: 'Builds the installation-guide package. Triggered by SVN commits to <pre>svn://svn.debian.org/svn/d-i/trunk/manual/debian/</pre> {do_not_edit}'
- # FIXME see below, other directories should trigger too
+ description: 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://svn.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre> {do_not_edit}'
scm:
- svn:
url: svn://svn.debian.org/svn/d-i/trunk
@@ -546,8 +544,13 @@
- '{name}_parse_build_logs'
- '{name}_check_jenkins_jobs'
- '{name}_manual':
- include: '/trunk/manual/debian/.*'
- # FIXME: misses: scripts doc build po
+ include: '/trunk/manual/debian/.*
+
+/trunk/manual/po/.*
+
+/trunk/manual/doc/.*
+
+/trunk/manual/scripts/.*'
- '{name}_manual_ca':
lang: 'ca'
languagename: 'Catalan'