Commit cf969ddb authored by wentao.suo's avatar wentao.suo

ffff

parent 465a38c1
...@@ -100,9 +100,9 @@ def call(body) { ...@@ -100,9 +100,9 @@ def call(body) {
stage('Deploy To K8s Cluster'){ stage('Deploy To K8s Cluster'){
_utils.beautyEcho("Deploy To K8s Cluster", "stage") _utils.beautyEcho("Deploy To K8s Cluster", "stage")
def deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy) _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy)
_utils.beautyEcho(deploy_log, "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