Update insurance/Jenkinsfile.InsuranceBe

This commit is contained in:
2025-08-26 11:09:59 +08:00
parent 37c214068d
commit 621bf90a6e

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-be.git',
credentialsId: env.GITEA_CREDENTIALS