summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-24 10:32:01 +1000
committerOlivier Lamy <olamy@apache.org>2022-04-24 10:32:01 +1000
commit0e383dfb2cf29da9a2780ac9c9a37139684f4137 (patch)
tree258e4d366e25da9b8ec888be01752fcb59694d50 /Jenkinsfile
parentefaf295bd87a79828db14acc79acb3f38949b1ed (diff)
downloadarchiva-0e383dfb2cf29da9a2780ac9c9a37139684f4137.tar.gz
archiva-0e383dfb2cf29da9a2780ac9c9a37139684f4137.zip
reduce size
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4d69de99f..c2176f4ee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
label "${LABEL}"
}
options {
- buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
+ buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '2'))
}
stages {