mirror of https://github.com/apache/archiva.git
no need to backup so much artifacts
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
078ab9f226
commit
11a8c70540
|
@ -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.')
|
||||
|
|
Loading…
Reference in New Issue