Merge pull request #606 from daniel-beck/no-really-I-mean-hours

Every six hours, for real this time
This commit is contained in:
Carlos Sanchez 2017-11-08 12:00:07 +01:00 committed by GitHub
commit f3948dc0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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') {