diff options
-rw-r--r-- | job-cfg/webcheck.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index e9125a0b..650361f8 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' @@ -90,6 +90,10 @@ defaults: webcheck name: '{name}_debconf0_debconf_org' +- job-template: + defaults: webcheck + name: '{name}_media_debconf_org' + - project: name: webcheck 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.' @@ -158,4 +162,8 @@ webcheck_url: 'http://debconf0.debconf.org' webcheck_ignore_patterns: '^mailto:' timed: "30 1 * * 0" + - '{name}_media_debconf_org': + webcheck_url: 'http://media.debconf.org' + webcheck_ignore_patterns: '^mailto:' + timed: "32 1 * * 0" |