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 29, 2019
1 parent 20b29a5 commit 1013a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ cmake_install*
*.swp
CMakeCache.txt
.gradle
.idea
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ properties([
[$class: "GitHubPushTrigger"]
]),
[$class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://github.com/ossimlabs/tlv'],
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')),
disableConcurrentBuilds()
])

Expand Down

0 comments on commit 1013a5a

Please sign in to comment.