diff options
author | Olivier Lamy <olamy@apache.org> | 2022-04-24 10:28:01 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2022-04-24 10:28:01 +1000 |
commit | 11a8c70540dcfd024d58e83abfe9f3f55b33c469 (patch) | |
tree | 00a78e360c8e99b3f5038a49340c14e9a4dc7b67 /Jenkinsfile | |
parent | 078ab9f22601f0e2f553bd299772097dfe5e3f18 (diff) | |
download | archiva-11a8c70540dcfd024d58e83abfe9f3f55b33c469.tar.gz archiva-11a8c70540dcfd024d58e83abfe9f3f55b33c469.zip |
no need to backup so much artifacts
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
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.') |