mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 09:44:13 +00:00
ci: bump jenkins lib to use generalized nix library
Necessary so other repos can use the Nix functions. Realted to: https://github.com/status-im/nwaku/pull/1216 Depends on: https://github.com/status-im/status-jenkins-lib/pull/50 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
99b2809532
commit
081f1a2115
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos' }
|
agent { label 'macos' }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
library 'status-jenkins-lib@v1.5.7'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user