mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 11:18:28 +00:00
chore_: keep more builds
This commit is contained in:
parent
6e498f03c4
commit
da0984a38c
@ -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',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user