aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-24 10:28:01 +1000
committerOlivier Lamy <olamy@apache.org>2022-04-24 10:28:01 +1000
commit11a8c70540dcfd024d58e83abfe9f3f55b33c469 (patch)
tree00a78e360c8e99b3f5038a49340c14e9a4dc7b67
parent078ab9f22601f0e2f553bd299772097dfe5e3f18 (diff)
downloadarchiva-11a8c70540dcfd024d58e83abfe9f3f55b33c469.tar.gz
archiva-11a8c70540dcfd024d58e83abfe9f3f55b33c469.zip
no need to backup so much artifacts
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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.')