Skip to content

Commit

Permalink
jenkins: cleanup old build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Oct 27, 2023
1 parent 7c490b4 commit b48cd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pipeline {
skipDefaultCheckout()
preserveStashes(buildCount: 7)
parallelsAlwaysFailFast()
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30'))
}
environment {
GCC = 'g++'
Expand Down

0 comments on commit b48cd12

Please sign in to comment.