diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 069072c..a25c520 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -17,7 +17,7 @@ echo "--------moveFile end--------------" export sgzb_auth_enable=true export sgzb_gateway_enable=true export sgzb_modules_system_enable=true -export sgzb_modules_base_enable=true +export sgzb_modules_base_enable=false #已去掉base服务 export sgzb_modules_file_enable=false #暂时不需要file服务 export sgzb_modules_material_enable=true diff --git a/scripts/pipeline.sh b/scripts/pipeline.sh index 74d58e5..2931132 100644 --- a/scripts/pipeline.sh +++ b/scripts/pipeline.sh @@ -12,11 +12,11 @@ pipeline { withCredentials([usernamePassword(credentialsId: 'f7070987-9b49-4ae1-af6d-53a3bf26799b', passwordVariable: 'Max@2023', usernameVariable: 'bonus')]) { checkout([ $class: 'GitSCM', - branches: [[name: '*/main']], + branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: '']], submoduleCfg: [], - userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/nwdevicemgt.git']] + userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/gzdevicemgt.git']] ]) } }