Commit 5d1b757a authored by kalvin's avatar kalvin

eos不再跳过部署

parent 733538c8
...@@ -78,9 +78,9 @@ def call(body) { ...@@ -78,9 +78,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) def deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier)
_utils.beautyEcho(deploy_log, "info")*/ _utils.beautyEcho(deploy_log, "info")
} }
stage("Clean") { stage("Clean") {
......
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