From f82285b1f4cca7502664912dd4aaa4be4c728547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 31 Aug 2018 10:24:27 -0400 Subject: [PATCH] bump android build archive limits again to 60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 887a4c0781..2a76799c95 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -3,9 +3,9 @@ pipeline { options { buildDiscarder(logRotator( - numToKeepStr: '40', + numToKeepStr: '60', daysToKeepStr: '30', - artifactNumToKeepStr: '40', + artifactNumToKeepStr: '60', )) }