Commit a33d31d9 authored by daidekun's avatar daidekun

fixbugs

parent d55d0405
...@@ -43,7 +43,7 @@ def deploy(namespace, systemName, imageTag, isDeploy) { ...@@ -43,7 +43,7 @@ def deploy(namespace, systemName, imageTag, isDeploy) {
string(name: 'namespace', value:"${namespace}"), string(name: 'namespace', value:"${namespace}"),
string(name:'name', value: "${systemName}"), string(name:'name', value: "${systemName}"),
string(name:'image', value: "${imageTag}"), string(name:'image', value: "${imageTag}"),
string(name:'tier', value: "backend")] string(name:'tier', value: "${config.tier}")]
}else{ }else{
echo "namespace不存在,不执行deploy" echo "namespace不存在,不执行deploy"
echo namespace echo namespace
......
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