reduce size

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-24 10:32:01 +10:00
parent efaf295bd8
commit 0e383dfb2c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline {
label "${LABEL}"
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '2'))
}
stages {