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:
parent
f4c6cec87d
commit
238a18b462
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.10'
|
||||
library 'status-jenkins-lib@v1.7.11'
|
||||
|
||||
pipeline {
|
||||
agent { label '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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue