From 8062e0681fb2ba054290d4d4d167b73887150770 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Fri, 27 Oct 2023 12:36:55 -0400 Subject: [PATCH] jenkins: discard old builds so we don't run out of disk space --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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