From e014ba1775b2394b5bedc9cc5a8f8ec6338516eb Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Fri, 28 Oct 2022 19:07:55 -0500 Subject: [PATCH] limit build history to last 60 builds (#8776) (#8778) Co-authored-by: Olivier Lamy --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 45673cfa95c..ed20ddc5e3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { options { skipDefaultCheckout() durabilityHint('PERFORMANCE_OPTIMIZED') + buildDiscarder logRotator( numToKeepStr: '60' ) } stages { stage("Parallel Stage") {