Update clinic/service/Jenkinsfile.AuthService

This commit is contained in:
2025-05-25 11:46:00 +08:00
parent 614bdd6a9a
commit 4bd97b3144

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 http://${GIT_USER}:${GIT_PASS}@192.168.100.103:3000/Clinic/clinic-auth-service.git HEAD:develop || exit 1
git push http://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-auth-service.git HEAD:develop || exit 1
"""
}