From 90f0798321e35cb8fab2514b1b63ba442d05fb10 Mon Sep 17 00:00:00 2001 From: Wang Date: Thu, 15 Jan 2026 10:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B4=BB=E5=8A=A8=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E8=AE=BE=E8=AE=A1=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seer-admin/Jenkinsfile | 4 ++-- seer-mall/seer-mall-service-app-bootstrap/Jenkinsfile | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/seer-admin/Jenkinsfile b/seer-admin/Jenkinsfile index 654e3af..23bd719 100644 --- a/seer-admin/Jenkinsfile +++ b/seer-admin/Jenkinsfile @@ -8,8 +8,8 @@ cdpipeline { parameters { string( name: 'DEPLOY_SERVERS', - defaultValue: '192.168.0.238', - description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.47,192.168.0.79' + defaultValue: '192.168.0.212', + description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.212,192.168.0.47,192.168.0.79' ) choice( name: 'spring.profiles.active', diff --git a/seer-mall/seer-mall-service-app-bootstrap/Jenkinsfile b/seer-mall/seer-mall-service-app-bootstrap/Jenkinsfile index 80e9147..598808f 100644 --- a/seer-mall/seer-mall-service-app-bootstrap/Jenkinsfile +++ b/seer-mall/seer-mall-service-app-bootstrap/Jenkinsfile @@ -8,6 +8,8 @@ pipeline { parameters { string( name: 'DEPLOY_SERVERS' + defaultValue: '192.168.0.212', + description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.212,192.168.0.47,192.168.0.79' ) choice( name: 'spring.profiles.active',