Commit 1a8dad76 by peterchu

fix:

1. 修改 Jenkins 配置,将 jar 的 version 与 pom 中保持一致
parent 4aa022fa
......@@ -4,7 +4,7 @@ pipeline {
def mvnHome = tool 'maven-3.6.3'
def jdk_home = tool 'jdk8'
def build_tag = ''
def version='0.0.1'
def version='1.0.15'
def pj_name = 'polestar-statement-services'
def nameSpace = 'yutu'
def harborUrl = '120.27.1.123:8089/yutu'
......
spring:
profiles:
# active: test
active: prod
active: test
# active: prod
management:
security:
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