deploy
This commit is contained in:
parent
008bc9aaa4
commit
c9d5cb8c9a
|
|
@ -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 #已去掉base服务
|
||||||
export sgzb_modules_file_enable=false #暂时不需要file服务
|
export sgzb_modules_file_enable=false #暂时不需要file服务
|
||||||
export sgzb_modules_material_enable=true
|
export sgzb_modules_material_enable=true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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: '*/main']],
|
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/nwdevicemgt.git']]
|
userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/gzdevicemgt.git']]
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue