This commit is contained in:
sxu 2024-08-08 18:04:46 +08:00
parent 1385a12d4d
commit 364339baf1
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ echo "--------moveFile end--------------"
export sgzb_auth_enable=true export sgzb_auth_enable=true
export sgzb_gateway_enable=true export sgzb_gateway_enable=true
export sgzb_modules_system_enable=true export sgzb_modules_system_enable=true
export sgzb_modules_base_enable=true export sgzb_modules_base_enable=false
export sgzb_modules_file_enable=false export sgzb_modules_file_enable=false
export sgzb_modules_material_enable=true export sgzb_modules_material_enable=true

View File

@ -12,11 +12,11 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'f7070987-9b49-4ae1-af6d-53a3bf26799b', passwordVariable: 'Max@2023', usernameVariable: 'bonus')]) { withCredentials([usernamePassword(credentialsId: 'f7070987-9b49-4ae1-af6d-53a3bf26799b', passwordVariable: 'Max@2023', usernameVariable: 'bonus')]) {
checkout([ checkout([
$class: 'GitSCM', $class: 'GitSCM',
branches: [[name: '*/dev-cq']], branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false, doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: '']], extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: '']],
submoduleCfg: [], submoduleCfg: [],
userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/devicesmgt.git']] userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/cqdevicemgt.git']]
]) ])
} }
} }