Debug Jenkinsfile

This commit is contained in:
Dillon Ngo
2024-03-19 19:20:15 +08:00
parent cfa277bbb0
commit b8b72ff2d4
Vendored
+2
View File
@@ -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',