From 244232d3e1c65b8ac01117883b3a3b77681af9f1 Mon Sep 17 00:00:00 2001 From: Oscar Bailey Date: Thu, 29 Aug 2019 10:01:03 +0100 Subject: [PATCH] Change view to lib_xua_xwaf_xcommon --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 044d9bfe..85251dcd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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