From 20080929f94839bcde8734dd790a6b55ffac30ee Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 27 Jul 2026 00:21:10 +0100 Subject: [PATCH] Update build discarder configuration in Jenkinsfile to retain the last 20 builds, improving build management. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d223f85..64771f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ properties([ - buildDiscarder(logRotator(numToKeepStr: '25')) + buildDiscarder(logRotator(numToKeepStr: '20')) ]) def writeBuildMetadata() {