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',