Commit 1a8dad76 by peterchu

fix:

1. 修改 Jenkins 配置,将 jar 的 version 与 pom 中保持一致
parent 4aa022fa
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
def mvnHome = tool 'maven-3.6.3' def mvnHome = tool 'maven-3.6.3'
def jdk_home = tool 'jdk8' def jdk_home = tool 'jdk8'
def build_tag = '' def build_tag = ''
def version='0.0.1' def version='1.0.15'
def pj_name = 'polestar-statement-services' def pj_name = 'polestar-statement-services'
def nameSpace = 'yutu' def nameSpace = 'yutu'
def harborUrl = '120.27.1.123:8089/yutu' def harborUrl = '120.27.1.123:8089/yutu'
......
spring: spring:
profiles: profiles:
# active: test active: test
active: prod # active: prod
management: management:
security: security:
enabled: false enabled: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment