Merge pull request #5 from shuchitak/patch-1

Update Jenkinsfile
This commit is contained in:
oscarbailey-xmos
2019-09-13 10:21:33 +01:00
committed by GitHub

3
Jenkinsfile vendored
View File

@@ -6,8 +6,7 @@ pipeline {
agent none agent none
environment { environment {
REPO = 'lib_xua' REPO = 'lib_xua'
VIEW = 'lib_xua_xwaf_xcommon' VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
//VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
} }
triggers { triggers {
/* Trigger this Pipeline on changes to the repos dependencies /* Trigger this Pipeline on changes to the repos dependencies