From 9993685b5a039c450b21c46224a3d404c6aeeffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 20 Apr 2023 20:36:10 +0200 Subject: [PATCH] ci: add Alchemy credentials, update Infura MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was supposed to be done in: https://github.com/status-im/status-desktop/pull/10338 But it was merged without those changes. Depends on: https://github.com/status-im/status-jenkins-lib/pull/62 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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()