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 = """