summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-13 01:56:32 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-13 01:56:32 +0200
commit95c351895fa92dd9c24beaf970365ca938380bd7 (patch)
tree6201ea865657c92d64ef0b495da5668dbee4082c /job-cfg/rebootstrap.yaml
parent51dc19b08e4ded13db255a8a355d9f766741692c (diff)
downloadjenkins.debian.net-95c351895fa92dd9c24beaf970365ca938380bd7.tar.xz
rebootstrap: for now, trigger builds on every commit to rebootstrat.git and every sunday at 11/12:55
Diffstat (limited to 'job-cfg/rebootstrap.yaml')
-rw-r--r--job-cfg/rebootstrap.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
index 4e2a5ea2..b1625ed0 100644
--- a/job-cfg/rebootstrap.yaml
+++ b/job-cfg/rebootstrap.yaml
@@ -37,14 +37,16 @@
name: '{name}_arm64'
triggers:
- pollscm: '*/6 * * * *'
- publishers:
- - trigger:
- project: '{name}_m68k'
+ - timed: '55 11 * * 0' # every sunday at 11:55
- job-template:
defaults: rebootstrap
name: '{name}_m68k'
-
+ triggers:
+ - pollscm: '*/6 * * * *'
+ - timed: '55 12 * * 0' # every sunday at 12:55
+
+
- project:
name: rebootstrap
do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/rebootstrap.yaml">rebootstrap.yaml</a>.'