Commit 0373e842 authored by Roger Wu's avatar Roger Wu

Update Jenkinsfile

parent 90857e29
...@@ -62,13 +62,13 @@ curl -X POST http://$dcui_address/api/v1/projects --data \'{"id":"\'$dcui_projec ...@@ -62,13 +62,13 @@ curl -X POST http://$dcui_address/api/v1/projects --data \'{"id":"\'$dcui_projec
environment { environment {
// Docker Compose UI的地址 // Docker Compose UI的地址
dcui_address = '192.168.21.102:5000' dcui_address = '192.168.21.102:5000'
dcui_project_id = 'modelink' dcui_project_id = 'modellink'
// 私有仓库地址 // 私有仓库地址
registry_address = 'nexus3.gsstcloud.com:8092' registry_address = 'nexus3.gsstcloud.com:8092'
// mvn docker:build的镜像前缀 // mvn docker:build的镜像前缀
image_prefix = 'dev-localhost' image_prefix = 'dev-localhost'
docker_image_group_name = 'modelink' docker_image_group_name = 'modellink'
docker_image_name = 'modelink-api' docker_image_name = 'modellink-api'
} }
} }
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