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 613d5db7a4
commit 814f8f1470
1 changed files with 3 additions and 3 deletions

View File

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