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 {
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '40',
|
||||
numToKeepStr: '60',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '40',
|
||||
artifactNumToKeepStr: '60',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue