From e93588a8b9936612c81ded5223b67e2b5a339a37 Mon Sep 17 00:00:00 2001 From: Fred G Date: Wed, 15 Jan 2025 16:13:22 +0100 Subject: [PATCH] Reduce disk usage (#1009) This change should be applied to all branches and controllable forks. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3ab88843d27..d68d929cec8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { } options { timestamps() + buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2')) } stages { stage('initialize PGP') {