Skip to content

Commit

Permalink
jenkins: discard old builds
Browse files Browse the repository at this point in the history
so we don't run out of disk space
  • Loading branch information
dylex committed Oct 27, 2023
1 parent 5384ea7 commit 8062e06
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 @@ -44,6 +44,7 @@ pipeline {
skipDefaultCheckout()
preserveStashes(buildCount: 7)
parallelsAlwaysFailFast()
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30'))
}
environment {
STAN_NUM_THREADS = 4
Expand Down

0 comments on commit 8062e06

Please sign in to comment.