From 70bae760612d4554b7ae5408747d2e3116d1fcfc Mon Sep 17 00:00:00 2001 From: conny890 <1220204125@zust.edu.cn> Date: Tue, 24 Jun 2025 14:49:46 +0800 Subject: [PATCH] fix: update deploy port 15020 --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index abcc4ac..edb3cab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -247,9 +247,9 @@ EOF // 等待应用启动 sleep(time: 30, unit: 'SECONDS') - def deployPort = '8080' + def deployPort = '15020' if (env.BRANCH_NAME == 'develop' || env.BRANCH_NAME?.startsWith('feature/')) { - deployPort = '8081' + deployPort = '15021' } try { @@ -309,9 +309,9 @@ EOF script { echo '✅ 流水线执行成功!' - def deployPort = '8080' + def deployPort = '15020' if (env.BRANCH_NAME == 'develop' || env.BRANCH_NAME?.startsWith('feature/')) { - deployPort = '8081' + deployPort = '15021' } def message = """