Skip to content

Commit 20c0b31

Browse files
committed
Modified log rotation parameters
1 parent e150aff commit 20c0b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ properties([
77
[$class: "GitHubPushTrigger"]
88
]),
99
[$class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://github.com/ossimlabs/omar-geoscript'],
10+
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')),
1011
disableConcurrentBuilds()
1112
])
1213

0 commit comments

Comments
 (0)