ci: bump number of builds to keep

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-10-24 18:09:32 +02:00
parent 8bf6ac50e2
commit 502f370f27
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

6
ci/Jenkinsfile vendored
View File

@ -54,9 +54,9 @@ pipeline {
timeout(time: 120, unit: 'MINUTES')
/* manage how many builds we keep */
buildDiscarder(logRotator(
numToKeepStr: '10',
daysToKeepStr: '30',
artifactNumToKeepStr: '3',
daysToKeepStr: '60',
numToKeepStr: '50',
artifactNumToKeepStr: '50',
))
}