Commit 568eb523 authored by wentao.suo's avatar wentao.suo

fff

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