reduce size of waht we store

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-24 09:59:30 +10:00
parent a074c4a036
commit e6935e5849

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
options {
disableConcurrentBuilds()
durabilityHint('PERFORMANCE_OPTIMIZED')
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '2'))
timeout(time: 120, unit: 'MINUTES')
}