chore_: keep more builds

This commit is contained in:
Igor Sirotin 2024-09-07 10:46:32 +01:00
parent 6e498f03c4
commit da0984a38c
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95

View File

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