diff --git a/Jenkinsfile b/Jenkinsfile index f077564..f0a6ea9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ properties([ [$class: "GitHubPushTrigger"] ]), [$class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://github.com/ossimlabs/rhel-minimal'], + buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')), disableConcurrentBuilds() ])