Skip to content

Commit 8062e06

Browse files
committed
jenkins: discard old builds
so we don't run out of disk space
1 parent 5384ea7 commit 8062e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pipeline {
4444
skipDefaultCheckout()
4545
preserveStashes(buildCount: 7)
4646
parallelsAlwaysFailFast()
47+
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30'))
4748
}
4849
environment {
4950
STAN_NUM_THREADS = 4

0 commit comments

Comments
 (0)