summaryrefslogtreecommitdiffstats
path: root/job-cfg/piuparts.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/piuparts.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/piuparts.yaml')
-rw-r--r--job-cfg/piuparts.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml
index ff14012b..337b8993 100644
--- a/job-cfg/piuparts.yaml
+++ b/job-cfg/piuparts.yaml
@@ -52,7 +52,8 @@
defaults: piuparts
name: '{name}_testsuite_sid'
triggers:
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
publishers:
- email:
recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org piuparts-devel@lists.alioth.debian.org'