diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:12:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:12:01 +0100 |
commit | 54eae059b899ff9cff3ff45422de295a191b0d95 (patch) | |
tree | d5dd560bf3af6ca7483e4d42cc49ff79bcfed5ab | |
parent | 95b973c1de9341a4c2c676fbfbb7af58d41bdd25 (diff) | |
download | jenkins.debian.net-54eae059b899ff9cff3ff45422de295a191b0d95.tar.xz |
fixup mulitple ignore pattern handling and add webcheck for media.dc.o
-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" |