Update insurance/Jenkinsfile.InsuranceFe

This commit is contained in:
2025-08-26 11:10:17 +08:00
parent 621bf90a6e
commit 5ab05c3f45

View File

@@ -13,7 +13,7 @@ pipeline {
stage('Checkout Code') {
steps {
checkout([$class: 'GitSCM',
branches: [[name: '*/develop']],
branches: [[name: '*/main']],
userRemoteConfigs: [[
url: 'https://git.hzwnrw.my/Insurance/insurance-fe.git',
credentialsId: env.GITEA_CREDENTIALS