From d4385b434e9182ca43a9f3f77435d2efdef3979a Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Mon, 27 Nov 2023 09:56:38 +0800 Subject: [PATCH] Jenkinsfile update to cater for Multibranch deployment through Jenkins --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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',