diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 45cdf31c32..a5a966c85c 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.9' +library 'status-jenkins-lib@release/1.20.x' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 2bee02a6ee..2e89c8af50 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.6' +library 'status-jenkins-lib@release/1.20.x' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()