mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +00:00
bump android build archive limits again to 60
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
edd58af80b
commit
f82285b1f4
@ -3,9 +3,9 @@ pipeline {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '40',
|
numToKeepStr: '60',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
artifactNumToKeepStr: '40',
|
artifactNumToKeepStr: '60',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user