Skip to content

Commit 8062e06

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Jenkinsfile

+1
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)
Please sign in to comment.