From 11a8c70540dcfd024d58e83abfe9f3f55b33c469 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 24 Apr 2022 10:28:01 +1000 Subject: [PATCH] no need to backup so much artifacts Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de37d9d15..14e5537d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { } options { disableConcurrentBuilds() - buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5')) + buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '2')) } parameters { booleanParam(name: 'PRECLEANUP', defaultValue: false, description: 'Clears the local maven repository before build.') -- 2.39.5