Update insurance/Jenkinsfile.InsuranceBe

This commit is contained in:
2025-08-26 11:11:14 +08:00
parent 5ab05c3f45
commit 270b033e45

View File

@@ -42,7 +42,7 @@ pipeline {
sh """
git add pom.xml
git commit -m "Auto-increment version to ${newVersion}" || echo "No changes"
git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Insurance/insurance-be.git HEAD:develop
git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Insurance/insurance-be.git HEAD:main
"""
}
}