diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 64b434fc41..f46a8fa635 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() @@ -49,10 +49,9 @@ pipeline { stage('Prep') { steps { script { - btype = utils.getBuildType() - print "Running ${btype} build!" - /* Cleanup and Prep */ - commonPrep(btype) + utils.doGitRebasePR() + utils.symlinkEnv() + println("Build Number: ${utils.genBuildNumber()}") } } } diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 260abc1c58..fb96aa209d 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' pipeline { agent { label 'linux' } @@ -33,7 +33,7 @@ pipeline { stages { stage('Prep') { steps { script { - println "Current JOB: ${env.JOB_NAME}" + println("Current JOB: ${env.JOB_NAME}") /* just for a shorter access */ btype = utils.getBuildType() } } diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 7e23c5cda2..05a585d1d0 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() @@ -48,10 +48,9 @@ pipeline { stage('Prep') { steps { script { - btype = utils.getBuildType() - print "Running ${btype} build!" - /* Cleanup and Prep */ - commonPrep(btype) + utils.doGitRebasePR() + utils.symlinkEnv() + println("Build Number: ${utils.genBuildNumber()}") } } } diff --git a/ci/Jenkinsfile.nix-cache b/ci/Jenkinsfile.nix-cache index 6144491004..15edf4f54b 100644 --- a/ci/Jenkinsfile.nix-cache +++ b/ci/Jenkinsfile.nix-cache @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' pipeline { agent { label params.AGENT_LABEL } diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index d90fe8b930..756f3c3733 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.0' +library 'status-jenkins-lib@v1.5.4' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() @@ -44,10 +44,7 @@ pipeline { stage('Prep') { steps { script { - btype = utils.getBuildType() - print "Running ${btype} build!" - /* Cleanup and Prep */ - commonPrep(btype) + utils.doGitRebasePR() } } } diff --git a/ci/tests/Jenkinsfile.e2e-prs b/ci/tests/Jenkinsfile.e2e-prs index cd05562fc2..de048f52af 100644 --- a/ci/tests/Jenkinsfile.e2e-prs +++ b/ci/tests/Jenkinsfile.e2e-prs @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' pipeline { diff --git a/ci/tools/Jenkinsfile.fastlane-clean b/ci/tools/Jenkinsfile.fastlane-clean index 660b3931fa..27a8614128 100644 --- a/ci/tools/Jenkinsfile.fastlane-clean +++ b/ci/tools/Jenkinsfile.fastlane-clean @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' pipeline { agent { label 'macos' } diff --git a/ci/tools/Jenkinsfile.playstore-meta b/ci/tools/Jenkinsfile.playstore-meta index aea20ba8d0..b1b4038d6d 100644 --- a/ci/tools/Jenkinsfile.playstore-meta +++ b/ci/tools/Jenkinsfile.playstore-meta @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.5.3' +library 'status-jenkins-lib@v1.5.4' pipeline { agent { label 'linux' }