diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 4c50faef63..dbc22bca22 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 29bbada559..3197a51042 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index b7d4624b51..4e1ea9b17f 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 8d6040f0b6..77fd7a9328 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.tests-imports b/ci/Jenkinsfile.tests-imports index 271b92dce6..529131778a 100644 --- a/ci/Jenkinsfile.tests-imports +++ b/ci/Jenkinsfile.tests-imports @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.tests-nim b/ci/Jenkinsfile.tests-nim index 9d259feedf..4da59d6a6e 100644 --- a/ci/Jenkinsfile.tests-nim +++ b/ci/Jenkinsfile.tests-nim @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index bf8342c7b0..518d51a87a 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.1' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()