bump limit for android ro 40

This commit is contained in:
Jakub Sokołowski 2018-08-29 11:12:32 -04:00
parent 9b6d538e6d
commit c11cf17009
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

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