summaryrefslogtreecommitdiffstats
path: root/job-cfg/webcheck.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 15:19:11 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 15:19:11 +0100
commit5a8eee45a3f59264c6955bac2bded662592eb009 (patch)
tree9481a6be2a79cd67f1fd4b06fbde50154ba82b20 /job-cfg/webcheck.yaml
parent2f15f118233eab8486cdb3d4ec810b2ef687736e (diff)
downloadjenkins.debian.net-5a8eee45a3f59264c6955bac2bded662592eb009.tar.xz
rename jobs to start with prefix underscore
Diffstat (limited to 'job-cfg/webcheck.yaml')
-rw-r--r--job-cfg/webcheck.yaml14
1 files changed, 12 insertions, 2 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index 1e7a5cfa..bc1514c5 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -26,12 +26,22 @@
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
+- job-template:
+ defaults: webcheck
+ name: '{name}_www_debconf_org'
+
+- job-template:
+ defaults: webcheck
+ name: '{name}_debconf13_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.'
jobs:
-
- - '{name}-www.debconf.org':
+ - '{name}_www_debconf_org':
webcheck_url: 'http://www.debconf.org'
webcheck_ignore_patterns: '^mailto:'
+ - '{name}_debconf13_debconf_org':
+ webcheck_url: 'http://debconf13.debconf.org'
+ webcheck_ignore_patterns: '^mailto:'