From 364339baf12f8e8265a9b0e3058756b570210cb7 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 8 Aug 2024 18:04:46 +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 271e80e..f8eed87 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 export sgzb_modules_file_enable=false export sgzb_modules_material_enable=true diff --git a/scripts/pipeline.sh b/scripts/pipeline.sh index 50d138c..3583573 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: '*/dev-cq']], + branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: '']], submoduleCfg: [], - userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/devicesmgt.git']] + userRemoteConfigs: [[url: 'http://192.168.0.56:3000/bonus/cqdevicemgt.git']] ]) } }