summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-ci-jobs.yml
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-01-12 10:12:43 -0500
committerThanh Ha <thanh.ha@linuxfoundation.org>2016-01-12 10:13:41 -0500
commitb04a5f7f2ef33f1b8d59d87154c363793c9d0d3b (patch)
tree587cf16b42f15cb7f0bd3c21d9fd001e85496a30 /jjb/functest/functest-ci-jobs.yml
parent7171b6e1b844baefec214f1b3a10f32b1901b5c0 (diff)
Update deprecated pollscm usage
The syntax "pollscm: '@midnight'" is deprecated and should be updated to using the new syntax: - pollscm: cron: '@midnight' Change-Id: Id11d301dfee4d183ee40f2342528c4258f36034f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb/functest/functest-ci-jobs.yml')
-rw-r--r--jjb/functest/functest-ci-jobs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index 3c993c6a3..b3d4d7083 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -135,7 +135,8 @@
- trigger:
name: 'functest-master'
triggers:
- - pollscm: "H 9 * * *"
+ - pollscm:
+ cron: "H 9 * * *"
########################
# builder macros
########################