diff --git a/insurance/Jenkinsfile.InsuranceFe b/insurance/Jenkinsfile.InsuranceFe index dacb256..b7066c9 100644 --- a/insurance/Jenkinsfile.InsuranceFe +++ b/insurance/Jenkinsfile.InsuranceFe @@ -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 """ } }