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