Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
poc
poc-api
Commits
df862410
You need to sign in or sign up before continuing.
Commit
df862410
authored
Aug 20, 2025
by
R10
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_gdghg' of
ssh://gitlab.gsstcloud.com:10022/poc/poc-api
into release_gdghg
parents
0c63787f
e9413e32
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Jenkinsfile
Jenkinsfile
+3
-3
Jenkinsfile_release
Jenkinsfile_release
+2
-2
pom.xml
pom.xml
+2
-2
No files found.
Jenkinsfile
View file @
df862410
...
...
@@ -62,13 +62,13 @@ curl -X POST http://$dcui_address/api/v1/projects --data \'{"id":"\'$dcui_projec
environment
{
// Docker Compose UI的地址
dcui_address
=
'192.168.21.102:5000'
dcui_project_id
=
'
poc-v2
'
dcui_project_id
=
'
modellink
'
// 私有仓库地址
registry_address
=
'nexus3.gsstcloud.com:8092'
// mvn docker:build的镜像前缀
image_prefix
=
'dev-localhost'
docker_image_group_name
=
'
poc-v2
'
docker_image_name
=
'
poc-api-v2
'
docker_image_group_name
=
'
modellink
'
docker_image_name
=
'
modellink-api
'
}
}
Jenkinsfile_release
View file @
df862410
...
...
@@ -23,8 +23,8 @@ pipeline {
}
environment {
registry_address = 'registry.cn-shenzhen.aliyuncs.com/gsst'
get_image_address = 'nexus3.gsstcloud.com:8092/
poc-v2
'
image_name = '
poc-api-v2
'
get_image_address = 'nexus3.gsstcloud.com:8092/
modellink
'
image_name = '
modellink-api-prod
'
}
}
pom.xml
View file @
df862410
...
...
@@ -3,10 +3,10 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
cn.com.poc
</groupId>
<artifactId>
poc-api-v2
</artifactId>
<artifactId>
modellink-api
</artifactId>
<packaging>
war
</packaging>
<version>
1.0.0
</version>
<name>
poc-api-v2
Webapp
</name>
<name>
modellink-api
Webapp
</name>
<url>
http://maven.apache.org
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
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