diff --git a/Jenkinsfile b/Jenkinsfile index 27a2920c..ca6eed96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,11 @@ pipeline { switch(GIT_BRANCH) { case "vapor/production": case "vapor/staging": + git( + url: 'https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git', + credentialsId: 'gitlab-jenkins-localhost', + branch: GIT_BRANCH + ) case "origin/dillon/34-jenkins-vapor": git( url: 'https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git',