commit | e8c4f94e312491b7792465e257e5785a7bee3e8b | [log] [tgz] |
---|---|---|
author | R. Tyler Croy <tyler@monkeypox.org> | Mon Feb 06 02:31:22 2017 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 06 02:31:22 2017 -0800 |
tree | b4dc66b69a90c83f9eb233313671ff5d1840a1ae | |
parent | 1bf552cdda1332999d2545d76845127823764ddc [diff] | |
parent | fc25da3dc336871b22718fc3b121a018da764f21 [diff] |
Merge pull request #426 from rtyler/publish-containers-729 Make sure the docker Pipeline is run on a daily basis
diff --git a/Jenkinsfile b/Jenkinsfile index f7eedca..8b07fca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,5 +1,10 @@ #!/usr/bin/env groovy +properties([ + buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5')), + pipelineTriggers([cron('@daily')]), +]) + node('docker') { deleteDir()