diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 33b0593c18..50e99f5bde 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.9.8' +library 'status-jenkins-lib@skip-size-check-for-universal-apk' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 31ec595618..741a944b40 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.9.8' +library 'status-jenkins-lib@skip-size-check-for-universal-apk' import groovy.json.JsonBuilder diff --git a/ci/Jenkinsfile.e2e-nightly b/ci/Jenkinsfile.e2e-nightly index 42b1270009..6de7d2207f 100644 --- a/ci/Jenkinsfile.e2e-nightly +++ b/ci/Jenkinsfile.e2e-nightly @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.9.8' +library 'status-jenkins-lib@skip-size-check-for-universal-apk' pipeline { agent { label 'linux' }