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