mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-30 16:25:35 +00:00
ci: bump number of builds to keep
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
613d5db7a4
commit
814f8f1470
6
test/e2e/ci/Jenkinsfile
vendored
6
test/e2e/ci/Jenkinsfile
vendored
@ -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',
|
||||
))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user