Commit 9fead961 authored by 智勇's avatar 智勇

up

parent cee6ff06
......@@ -561,7 +561,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
def projectAttr = project_attr(systemName)
def host = projectAttr["host"]
echo "host is : ${host} "
def hostArray = host.split(".")
def hostArray = host.split("\.")
def hostFirst = hostArray[0]
echo "hostFirst is : ${hostFirst} "
imageTag = imageTag.replaceAll("ccr.ccs.tencentyun.com/","")
......
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