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
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
poc
poc-api
Commits
e6229374
Commit
e6229374
authored
Jun 18, 2025
by
alex yao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Longtext): 修改项目名
parent
c76eff3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Jenkinsfile
Jenkinsfile
+3
-3
pom.xml
pom.xml
+3
-3
No files found.
Jenkinsfile
View file @
e6229374
...
...
@@ -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'
dcui_project_id
=
'poc
-v2
'
// 私有仓库地址
registry_address
=
'nexus3.gsstcloud.com:8092'
// mvn docker:build的镜像前缀
image_prefix
=
'dev-localhost'
docker_image_group_name
=
'poc'
docker_image_name
=
'poc-api'
docker_image_group_name
=
'poc
-v2
'
docker_image_name
=
'poc-api
-v2
'
}
}
pom.xml
View file @
e6229374
...
...
@@ -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
</artifactId>
<artifactId>
poc-api
-v2
</artifactId>
<packaging>
war
</packaging>
<version>
0.0.1
</version>
<name>
poc-api Webapp
</name>
<version>
1.0.0
</version>
<name>
poc-api
-v2
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