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 <[email protected]>
AuthorDate: Sun Apr 24 10:28:01 2022 +1000
no need to backup so much artifacts
Signed-off-by: Olivier Lamy <[email protected]>
---
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.')