keep only last 40 builds

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-07-25 12:03:53 +10:00
parent a9a0f164ca
commit 55dceb5481
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
options {
skipDefaultCheckout()
durabilityHint('PERFORMANCE_OPTIMIZED')
buildDiscarder logRotator( numToKeepStr: '60' )
buildDiscarder logRotator( numToKeepStr: '40' )
disableRestartFromStage()
}
environment {