Skip to content

Commit

Permalink
Modified log rotation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tculp committed Jun 28, 2019
1 parent 5b398a8 commit 52a884b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()
])

Expand Down

0 comments on commit 52a884b

Please sign in to comment.