summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-03-13 22:33:15 +0100
committerHolger Levsen <holger@layer-acht.org>2016-03-13 22:42:20 +0100
commite19c1cb72298cd19cc329546fc706c6bfcf658aa (patch)
tree72831ce767d4d0137fba04650e6c75af58d09123 /job-cfg/reproducible.yaml
parenta721c3d305451cd9bd48ee96cbe43a34db94f9b7 (diff)
downloadjenkins.debian.net-e19c1cb72298cd19cc329546fc706c6bfcf658aa.tar.xz
use new 'cron' parameter for pollscm
old style deprecated since 1.3.0, according to: http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 10d54315..90cd218c 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -43,7 +43,8 @@
description: *desc
triggers:
- timed: '{my_timed}'
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
logrotate:
daysToKeep: 90
numToKeep: 20
@@ -186,7 +187,8 @@
- reproducible # no special category yet
triggers:
- timed: '{my_timed}'
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
logrotate:
daysToKeep: 90
numToKeep: 30