chore_: revert keep more builds

This commit is contained in:
Igor Sirotin 2024-09-12 16:57:47 +01:00
parent da0984a38c
commit 9c832fad53
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ pipeline {
disableConcurrentBuilds()
/* manage how many builds we keep */
buildDiscarder(logRotator(
numToKeepStr: '15',
numToKeepStr: '5',
daysToKeepStr: '30',
artifactNumToKeepStr: '15',
artifactNumToKeepStr: '1',
))
}