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', )) }