Update clinic/service/Jenkinsfile.AuthService

This commit is contained in:
2025-05-25 11:49:20 +08:00
parent 4bd97b3144
commit 7cbd638361

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