From b8b72ff2d4c5c366db4e411c5d0d60540d11f54e Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 19 Mar 2024 19:20:15 +0800 Subject: [PATCH] Debug Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 73d1c34d..b53cd022 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,12 +28,14 @@ pipeline { case "vapor/production": case "vapor/staging": case "vapor/development": + println("Debug 1") git( url: 'https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git', credentialsId: 'gitlab-jenkins-localhost', branch: GIT_BRANCH ) case "origin/dillon/34-jenkins-vapor": + println("Debug 2") git( url: 'https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git', credentialsId: 'gitlab-jenkins-localhost',