From c9d5cb8c9a2295fbdeeddabde7ef42c958cb5f07 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 8 Aug 2024 20:46:28 +0800 Subject: [PATCH] deploy --- scripts/deploy.sh | 2 +- scripts/pipeline.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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']] ]) } }