Skip to content

Commit 7483636

Browse files
committed
Modified log rotation parameters
1 parent a22f4ee commit 7483636

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-hibernate-spatial'],
10+
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')),
1011
disableConcurrentBuilds()
1112
])
1213

0 commit comments

Comments
 (0)