Skip to content

Commit

Permalink
Merge pull request #426 from rtyler/publish-containers-729
Browse files Browse the repository at this point in the history
Make sure the docker Pipeline is run on a daily basis
  • Loading branch information
R. Tyler Croy authored Feb 6, 2017
2 parents 1bf552c + fc25da3 commit e8c4f94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env groovy

properties([
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5')),
pipelineTriggers([cron('@daily')]),
])

node('docker') {
deleteDir()

Expand Down

0 comments on commit e8c4f94

Please sign in to comment.