diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-23 22:14:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-24 10:10:33 +0200 |
commit | 464c2bc80d258ab746edd767b9e25eb385e5063c (patch) | |
tree | bed9db7e3a1f8325e2c9ea154040dcfbfadcf1fa | |
parent | a911c88594ed54bc616f61bbfa6975c0165cd0ca (diff) | |
download | jenkins.debian.net-464c2bc80d258ab746edd767b9e25eb385e5063c.tar.xz |
webcheck: check wheezy+jessie edu manuals
-rw-r--r-- | job-cfg/webcheck.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index aa400631..c85128b4 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -118,6 +118,15 @@ - job-template: defaults: webcheck name: '{name}_debian_edu_squeeze_manual' + disabled: true + +- job-template: + defaults: webcheck + name: '{name}_debian_edu_wheezy_manual' + +- job-template: + defaults: webcheck + name: '{name}_debian_edu_jessie_manual' - project: name: webcheck @@ -203,4 +212,12 @@ webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-squeeze-manual.html' webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$' timed: "34 1 1,8,15,22 * *" + - '{name}_debian_edu_wheezy_manual': + webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-wheezy-manual.html' + webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$' + timed: "34 1 1,8,15,22 * *" + - '{name}_debian_edu_jessie_manual': + webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-jessie-manual.html' + webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$' + timed: "34 2 1,8,15,22 * *" |