Every six hours, for real this time

This commit is contained in:
Daniel Beck 2017-11-08 11:45:39 +01:00
parent ed347723e4
commit 95e322166f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@
properties([
buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: '5')),
pipelineTriggers([cron('H/6 * * * *')]),
pipelineTriggers([cron('H H/6 * * *')]),
])
node('docker') {