Update insurance/Jenkinsfile.InsuranceFe

This commit is contained in:
2025-08-26 11:11:22 +08:00
parent 270b033e45
commit ad2db184cc

View File

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