修正镜像名称
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ node {
|
|||||||
def mailto="154707516@qq.com" //邮件接收人员列表
|
def mailto="154707516@qq.com" //邮件接收人员列表
|
||||||
def containerName="msgexchangeapi" //容器名称
|
def containerName="msgexchangeapi" //容器名称
|
||||||
def imageVersion="0.0.1-SNAPSHOT"
|
def imageVersion="0.0.1-SNAPSHOT"
|
||||||
def imageName="130.120.3.193/com.gzzn.omms/msgexchangeapi:${imageVersion}" //镜像名称
|
def imageName="130.120.3.193/com.gzzn.omms/msgexchange-api:${imageVersion}" //镜像名称
|
||||||
def credentialsId="e41b57a4-436a-4617-817c-9e3f25a8a47f" //ssh证书id
|
def credentialsId="e41b57a4-436a-4617-817c-9e3f25a8a47f" //ssh证书id
|
||||||
def deployHost="130.120.3.231" //发布到的主机
|
def deployHost="130.120.3.231" //发布到的主机
|
||||||
def export=95 //暴露端口
|
def export=95 //暴露端口
|
||||||
|
|||||||
Reference in New Issue
Block a user