diff --git a/Jenkinsfile b/Jenkinsfile index 4f37a393ada..3039cbd08b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,6 +44,7 @@ pipeline { skipDefaultCheckout() preserveStashes(buildCount: 7) parallelsAlwaysFailFast() + buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30')) } environment { STAN_NUM_THREADS = 4