We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5384ea7 commit 8062e06Copy full SHA for 8062e06
1 file changed
Jenkinsfile
@@ -44,6 +44,7 @@ pipeline {
44
skipDefaultCheckout()
45
preserveStashes(buildCount: 7)
46
parallelsAlwaysFailFast()
47
+ buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30'))
48
}
49
environment {
50
STAN_NUM_THREADS = 4
0 commit comments