Skip to content

Commit

Permalink
Set log rotation for internal Jenkinsfile to 14d (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT authored Nov 7, 2023
1 parent f293602 commit 693452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Prerequisites

pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
buildDiscarder(logRotator(daysToKeepStr: '14'))
timestamps()
}

Expand Down

0 comments on commit 693452f

Please sign in to comment.