keep only last 40 builds
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
a9a0f164ca
commit
55dceb5481
|
@ -6,7 +6,7 @@ pipeline {
|
|||
options {
|
||||
skipDefaultCheckout()
|
||||
durabilityHint('PERFORMANCE_OPTIMIZED')
|
||||
buildDiscarder logRotator( numToKeepStr: '60' )
|
||||
buildDiscarder logRotator( numToKeepStr: '40' )
|
||||
disableRestartFromStage()
|
||||
}
|
||||
environment {
|
||||
|
|
Loading…
Reference in New Issue