You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/24 00:28:10 UTC

[archiva] branch master updated: no need to backup so much artifacts

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 11a8c7054 no need to backup so much artifacts
11a8c7054 is described below

commit 11a8c70540dcfd024d58e83abfe9f3f55b33c469
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 24 10:28:01 2022 +1000

    no need to backup so much artifacts
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 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.')