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/23 23:59:41 UTC

[archiva-redback-core] branch redback-2.6.x updated: reduce size of waht we store

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

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new e6935e58 reduce size of waht we store
e6935e58 is described below

commit e6935e5849e809342dbe26334052fb6a0c3bdbc6
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 24 09:59:30 2022 +1000

    reduce size of waht we store
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2df0347f..e92c707a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@ pipeline {
     options {
         disableConcurrentBuilds()
         durabilityHint('PERFORMANCE_OPTIMIZED')
-        buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))
+        buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '2'))
         timeout(time: 120, unit: 'MINUTES')
     }