ci: fix missing Alchemy and Infura env vars
Depends on: https://github.com/status-im/status-jenkins-lib/pull/65 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7ef466078a
commit
8ccf2d1596
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.7.3'
|
||||
library 'status-jenkins-lib@v1.7.4'
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
|
|
Loading…
Reference in New Issue