diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-13 01:56:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-13 01:56:32 +0200 |
commit | 95c351895fa92dd9c24beaf970365ca938380bd7 (patch) | |
tree | 6201ea865657c92d64ef0b495da5668dbee4082c | |
parent | 51dc19b08e4ded13db255a8a355d9f766741692c (diff) | |
download | jenkins.debian.net-95c351895fa92dd9c24beaf970365ca938380bd7.tar.xz |
rebootstrap: for now, trigger builds on every commit to rebootstrat.git and every sunday at 11/12:55
-rw-r--r-- | job-cfg/rebootstrap.yaml | 10 |
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>.' |