Skip to content

Commit

Permalink
Rotate logs faster (#7448)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 7, 2021
1 parent f436222 commit dc618a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -8,6 +8,7 @@ pipeline {
agent none
options {
newContainerPerStage()
buildDiscarder(logRotator(daysToKeepStr: "14", artifactNumToKeepStr: "2"))
}
environment {
LC_ALL = 'C.UTF-8'
Expand Down

0 comments on commit dc618a6

Please sign in to comment.