Run this every six hours

This commit is contained in:
Daniel Beck 2017-11-06 14:22:21 +01:00
parent 1d93bc0668
commit e7a6f2c270
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
#!/usr/bin/env groovy
properties([
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5')),
pipelineTriggers([cron('@daily')]),
buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: '5')),
pipelineTriggers([cron('H/6 * * * *')]),
])
node('docker') {