no need to backup so much artifacts

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-24 10:28:01 +10:00
parent 078ab9f226
commit 11a8c70540
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -54,7 +54,7 @@ pipeline {
} }
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5')) buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '2'))
} }
parameters { parameters {
booleanParam(name: 'PRECLEANUP', defaultValue: false, description: 'Clears the local maven repository before build.') booleanParam(name: 'PRECLEANUP', defaultValue: false, description: 'Clears the local maven repository before build.')