summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 16:14:15 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 16:14:15 +0100
commit2b8ebfe115b25b02128564ac83f69456758a032a (patch)
treea4290095c764a2a69a79ed17f3d6b535c8c6bf6f /job-cfg
parent54eae059b899ff9cff3ff45422de295a191b0d95 (diff)
downloadjenkins.debian.net-2b8ebfe115b25b02128564ac83f69456758a032a.tar.xz
fixup: fixup mulitple ignore pattern handling
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/webcheck.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index 650361f8..bf404138 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -10,7 +10,7 @@
triggers:
- timed: "{timed}"
builders:
- - shell: '/srv/jenkins/bin/webcheck_url.sh {webcheck_url} \'{webcheck_ignore_patterns}\''
+ - shell: "/srv/jenkins/bin/webcheck_url.sh {webcheck_url} '{webcheck_ignore_patterns}'"
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'