Update clinic/service/Jenkinsfile.GatewayService

This commit is contained in:
2025-06-02 01:21:14 +08:00
parent 345053f179
commit 9f632b82f1

View File

@@ -59,7 +59,7 @@ pipeline {
git config user.name "Jenkins"
git add pom.xml
git commit -m "Auto-increment version to ${newVersion}" || echo "No changes to commit"
git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my:3000/Clinic/clinic-gateway-service.git HEAD:develop || exit 1
git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-gateway-service.git HEAD:develop || exit 1
"""
}