chore(ci): upgrade Jenkins library to 1.8.0

This version introduces a bunch of changes so I want to test them
separately.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-10-24 14:10:03 +02:00
parent cfd82ee094
commit dd2b58a7f5
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
11 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
pipeline {
agent { label 'linux' }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1 +0,0 @@
Jenkinsfile.tests-ui

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.16'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.7.17'
library 'status-jenkins-lib@v1.8.0'
/* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild()