Commit 838551cd authored by Roger Wu's avatar Roger Wu

Update Jenkinsfile

parent f9928d7d
......@@ -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 = 'modelink'
dcui_project_id = 'u'modelink'
// 私有仓库地址
registry_address = 'nexus3.gsstcloud.com:8092'
// mvn docker:build的镜像前缀
image_prefix = 'dev-localhost'
docker_image_group_name = 'modelink'
docker_image_name = 'modelink-api'
docker_image_group_name = 'u'modelink'
docker_image_name = 'u'modelink-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