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/05/01 00:32:54 UTC

[archiva-jenkins-lib] branch master updated: reduce artifacts history

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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new c689bae  reduce artifacts history
c689bae is described below

commit c689bae620d536c85793fa8b0c5f64df25f89034
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun May 1 10:32:51 2022 +1000

    reduce artifacts history
---
 vars/multiJdkBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/multiJdkBuild.groovy b/vars/multiJdkBuild.groovy
index c5097a9..38c8aa0 100644
--- a/vars/multiJdkBuild.groovy
+++ b/vars/multiJdkBuild.groovy
@@ -36,7 +36,7 @@ def call(Map params = [:]) {
   properties([
     disableConcurrentBuilds(),
     durabilityHint('PERFORMANCE_OPTIMIZED'),
-    buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '3'))
+    buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '2'))
   ])
 
   // now determine params