Update insurance/Jenkinsfile.InsuranceBe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user