Merge pull request #133 from xmos/feature/update-Jenkinsfile

Update to Jenkins Shared Library v0.12.1
This commit is contained in:
Michael Banther
2020-05-01 14:43:33 +01:00
committed by GitHub

4
Jenkinsfile vendored
View File

@@ -1,4 +1,4 @@
@Library('xmos_jenkins_shared_library@develop') _
@Library('xmos_jenkins_shared_library@v0.12.1') _
getApproval()
@@ -6,7 +6,7 @@ pipeline {
agent none
environment {
REPO = 'lib_xua'
VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
VIEW = getViewName(REPO)
}
options {
skipDefaultCheckout()