Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eureka-server
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cmiov005
eureka-server
Commits
e5ba572c
Commit
e5ba572c
authored
Aug 04, 2021
by
his-邹宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搭建
parent
b9a700cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
script/Jenkinsfile
+1
-1
No files found.
script/Jenkinsfile
View file @
e5ba572c
...
@@ -3,7 +3,7 @@ pipeline {
...
@@ -3,7 +3,7 @@ pipeline {
environment
{
environment
{
PROJECT_NAME
=
"eurake-dev"
PROJECT_NAME
=
"eurake-dev"
DATE_TAG
=
sh
(
returnStdout:
true
,
script:
'date "+%Y%m%d%H%M"'
).
trim
()
DATE_TAG
=
sh
(
returnStdout:
true
,
script:
'date "+%Y%m%d%H%M"'
).
trim
()
IMAGE_REPOSITORY
=
"1
22.112.245.31
:85"
IMAGE_REPOSITORY
=
"1
192.168.3.2
:85"
EXPOSE_PORT
=
"8761"
//容器端口
EXPOSE_PORT
=
"8761"
//容器端口
PROJECT_PORT
=
"8761"
//外部端口
PROJECT_PORT
=
"8761"
//外部端口
HARBOR_REPO
=
"testrepo"
HARBOR_REPO
=
"testrepo"
...
...
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