diff options
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
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' |