Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
polestar-statement-services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
peterchu
polestar-statement-services
Commits
1a8dad76
Commit
1a8dad76
authored
Mar 29, 2021
by
peterchu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
1. 修改 Jenkins 配置,将 jar 的 version 与 pom 中保持一致
parent
4aa022fa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Jenkinsfile
+1
-1
src/main/resources/application.yml
+2
-2
No files found.
Jenkinsfile
View file @
1a8dad76
...
...
@@ -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'
...
...
src/main/resources/application.yml
View file @
1a8dad76
spring
:
profiles
:
#
active: test
active
:
prod
active
:
test
#
active: prod
management
:
security
:
enabled
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment