bump android build archive limits again to 60

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-31 10:24:27 -04:00
parent edd58af80b
commit f82285b1f4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -3,9 +3,9 @@ pipeline {
options { options {
buildDiscarder(logRotator( buildDiscarder(logRotator(
numToKeepStr: '40', numToKeepStr: '60',
daysToKeepStr: '30', daysToKeepStr: '30',
artifactNumToKeepStr: '40', artifactNumToKeepStr: '60',
)) ))
} }