summaryrefslogtreecommitdiffstats
path: root/job-cfg/self.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-16 16:29:18 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-16 16:29:18 +0100
commitcdfa8a5d20065d3e0fb80cd27e251220296da654 (patch)
tree10de2e64745191c995b0e1420dfd13e7253ec84f /job-cfg/self.yaml
parent28fc6b0d82d24eb6bc3ebc65274786b7b7e3d3ce (diff)
downloadjenkins.debian.net-cdfa8a5d20065d3e0fb80cd27e251220296da654.tar.xz
new job: self_sub-housekeeping-squid
Diffstat (limited to 'job-cfg/self.yaml')
-rw-r--r--job-cfg/self.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml
index d300ed1b..220ae5ab 100644
--- a/job-cfg/self.yaml
+++ b/job-cfg/self.yaml
@@ -9,7 +9,7 @@
triggers:
- timed: "30 6 * * *"
builders:
- - shell: '/srv/jenkins/bin/housekeeping.sh'
+ - shell: '{my_shell}'
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
@@ -31,14 +31,20 @@
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
-
- job-template:
defaults: self-housekeeping
name: '{name}_housekeeping'
+- job-template:
+ defaults: self-housekeeping
+ name: '{name}_sub-housekeeping-squid'
+
- project:
name: self
do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/self.yaml">self.yaml</a>.'
jobs:
- - '{name}_housekeeping'
+ - '{name}_housekeeping':
+ my_shell: '/srv/jenkins/bin/housekeeping.sh'
+ - '{name}_sub-housekeeping-squid':
+ my_shell: '/srv/jenkins/bin/housekeeping.sh squid'