commit | fc25da3dc336871b22718fc3b121a018da764f21 | [log] [tgz] |
---|---|---|
author | R. Tyler Croy <tyler@monkeypox.org> | Mon Feb 06 02:16:17 2017 -0800 |
committer | R. Tyler Croy <tyler@monkeypox.org> | Mon Feb 06 02:16:17 2017 -0800 |
tree | 538e6ebfedf7791e51596d6af0832c21cb69b660 | |
parent | f358b3c33c1a985b953c32bb77ff65ff29e898e2 [diff] [blame] |
Make sure the docker Pipeline is run on a daily basis
diff --git a/Jenkinsfile b/Jenkinsfile index 3170bf9..f287149 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()