From 238a18b462bbd5b7d7278ae144c61c6371156d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 2 Aug 2023 21:12:05 +0200 Subject: [PATCH] ci: pass RELEASE parameter to child jobs from parent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a possible fix for issues with `x86_64` app failures: https://github.com/status-im/status-desktop/issues/11762 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 9182ee6897..c9b48a4441 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 2cdd4e0bac..2eb4ac7e5b 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index f5074c1d36..6cd9ba8ee6 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 1a067e28ef..3fda13630f 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 a9f4acd73c..50dbf44d6c 100644 --- a/ci/Jenkinsfile.tests-imports +++ b/ci/Jenkinsfile.tests-imports @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 0be45ce80a..2a21e3ff52 100644 --- a/ci/Jenkinsfile.tests-nim +++ b/ci/Jenkinsfile.tests-nim @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 12b08d25f4..9f9b0b1ad4 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 c3fee138d0..38dc443de6 100644 --- a/ci/cpp/Jenkinsfile.linux +++ b/ci/cpp/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 347b6a4190..5aaf08c5fb 100644 --- a/ci/cpp/Jenkinsfile.macos +++ b/ci/cpp/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* 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 0b6b7af4f2..f8303592cb 100644 --- a/ci/cpp/Jenkinsfile.windows +++ b/ci/cpp/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.10' +library 'status-jenkins-lib@v1.7.11' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()