summaryrefslogtreecommitdiffstats
path: root/job-cfg/debsums-tests.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/debsums-tests.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/debsums-tests.yaml')
-rw-r--r--job-cfg/debsums-tests.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/debsums-tests.yaml b/job-cfg/debsums-tests.yaml
index cd12226d..73a2c0bc 100644
--- a/job-cfg/debsums-tests.yaml
+++ b/job-cfg/debsums-tests.yaml
@@ -48,7 +48,8 @@
defaults: debsums-tests
name: '{name}_sid'
triggers:
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
publishers:
- email:
recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org pkg-perl-maintainers@lists.alioth.debian.org'