ci: bump jenkins lib to match desktop

Related to: https://github.com/status-im/status-desktop/pull/8420
Depends on: https://github.com/status-im/status-jenkins-lib/pull/53

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-23 19:44:44 +01:00
parent 3152cf0aa3
commit 3fc1ba357e
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

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

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
pipeline {
agent { label params.AGENT_LABEL }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
pipeline {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.2'
library 'status-jenkins-lib@v1.6.3'
pipeline {
agent { label 'macos' }

View File

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