From 7f27ea593d08a9db82db7d7037e8e85730945a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 1 Aug 2023 12:27:46 +0200 Subject: [PATCH] ci: fix use of release Infura key for E2E runs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depends on: https://github.com/status-im/status-jenkins-lib/pull/71 Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- ci/Jenkinsfile.linux | 2 +- ci/Jenkinsfile.macos | 2 +- ci/Jenkinsfile.tests-e2e | 2 +- ci/Jenkinsfile.tests-imports | 2 +- ci/Jenkinsfile.tests-nim | 2 +- ci/Jenkinsfile.windows | 2 +- ci/cpp/Jenkinsfile.linux | 2 +- ci/cpp/Jenkinsfile.macos | 2 +- ci/cpp/Jenkinsfile.windows | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index dbc22bca22..9182ee6897 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 3880507a7b..2cdd4e0bac 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index b06f43a775..f5074c1d36 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* 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 43427fbfab..1a067e28ef 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* 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 db415b7f7e..a9f4acd73c 100644 --- a/ci/Jenkinsfile.tests-imports +++ b/ci/Jenkinsfile.tests-imports @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* 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 e1f946bb1d..0be45ce80a 100644 --- a/ci/Jenkinsfile.tests-nim +++ b/ci/Jenkinsfile.tests-nim @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 390555b467..12b08d25f4 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.1' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/cpp/Jenkinsfile.linux b/ci/cpp/Jenkinsfile.linux index 76060b43c0..c3fee138d0 100644 --- a/ci/cpp/Jenkinsfile.linux +++ b/ci/cpp/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/cpp/Jenkinsfile.macos b/ci/cpp/Jenkinsfile.macos index 536f1e6407..347b6a4190 100644 --- a/ci/cpp/Jenkinsfile.macos +++ b/ci/cpp/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/cpp/Jenkinsfile.windows b/ci/cpp/Jenkinsfile.windows index acd8ce0d0e..0b6b7af4f2 100644 --- a/ci/cpp/Jenkinsfile.windows +++ b/ci/cpp/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.8' +library 'status-jenkins-lib@v1.7.10' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()