From ddcc55ed5c158e06091cf6b140ca0545b97426c1 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 19 Mar 2024 19:32:05 +0800 Subject: [PATCH] Debug Jenkinsfile --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b42d9b05..2c2833ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,6 @@ 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', @@ -36,7 +35,6 @@ pipeline { ) break case "origin/dillon/34-jenkins-vapor": - println("Debug 2") git( url: 'https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git', credentialsId: 'gitlab-jenkins-localhost',