reduce size of waht we store
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
a074c4a036
commit
e6935e5849
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user