Change view to lib_xua_xwaf_xcommon
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -6,7 +6,8 @@ pipeline {
|
||||
agent none
|
||||
environment {
|
||||
REPO = 'lib_xua'
|
||||
VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
|
||||
VIEW = 'lib_xua_xwaf_xcommon'
|
||||
//VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
|
||||
}
|
||||
triggers {
|
||||
/* Trigger this Pipeline on changes to the repos dependencies
|
||||
|
||||
Reference in New Issue
Block a user