]> source.dussan.org Git - archiva.git/commitdiff
no need to backup so much artifacts
authorOlivier Lamy <olamy@apache.org>
Sun, 24 Apr 2022 00:28:01 +0000 (10:28 +1000)
committerOlivier Lamy <olamy@apache.org>
Sun, 24 Apr 2022 00:28:01 +0000 (10:28 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
Jenkinsfile

index de37d9d1566f3090f0bb8893500acf5a244c5a84..14e5537d929d6dc7ce4bbc85ede4170a6e28fdf4 100644 (file)
@@ -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.')