ci: pass RELEASE parameter to child jobs from parent

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 <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-08-02 21:12:05 +02:00 committed by Anastasiya Semenkevich
parent f4c6cec87d
commit 238a18b462
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.7.10'
library 'status-jenkins-lib@v1.7.11'
pipeline {
agent { label 'linux' }

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()