Commit 465a38c1 authored by wentao.suo's avatar wentao.suo

fffff

parent 568eb523
......@@ -269,10 +269,10 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
if (isDeploy=="true") {
_utils().beautyEcho("[新集群][deployV2]将镜像更新到到Namespace:" + namespace, "info")
log = update_microservice(namespace, systemName, imageTag, tier)
return log
update_microservice(namespace, systemName, imageTag, tier)
}else{
return "namespace:[${namespace}]不存在,不执行deploy"
_utils().beautyEcho( "isDeploy == false,不执行deploy","info")
}
}
......
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