Update Jenkinsfile

This commit is contained in:
shuchitak
2019-09-13 10:20:23 +01:00
committed by GitHub
parent eb1ca1eb8d
commit a1aca010fb

3
Jenkinsfile vendored
View File

@@ -6,8 +6,7 @@ pipeline {
agent none
environment {
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 {
/* Trigger this Pipeline on changes to the repos dependencies