|
|
@@ -332,8 +332,8 @@ pipeline {
|
|
|
ports:
|
|
|
- "${API_PORT}:${API_PORT}"
|
|
|
- "${API_REMOTE_DEBUG_PORT}:${API_REMOTE_DEBUG_PORT}"
|
|
|
- networks:
|
|
|
- - vonedao_net
|
|
|
+ networks:
|
|
|
+ - ${ARTIFACTID}
|
|
|
extra_hosts:
|
|
|
- "www.storlead.com:172.18.194.161"
|
|
|
- "node1:110.41.82.21"
|
|
|
@@ -342,7 +342,8 @@ pipeline {
|
|
|
- "test1.storlead.com:172.18.194.168"
|
|
|
- "test2.storlead.com:172.18.194.163"
|
|
|
networks:
|
|
|
- vonedao_net:
|
|
|
+ ${ARTIFACTID}:
|
|
|
+ driver: overlay
|
|
|
external: true
|
|
|
' > ${params.module}-${params.profile}-stack.yml
|
|
|
"""
|