Commit c074f84d authored by kalvin's avatar kalvin

更新到新集群

parent 48aa5088
......@@ -79,7 +79,7 @@ def call(body) {
stage('Deploy To K8s Cluster') {
_utils.beautyEcho("Deploy To K8s Cluster", "stage")
def deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier)
def deploy_log = _stage.deployV2(namespace, systemName, imageTag, config.tier)
_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