Commit c94e1fc6 authored by daidekun's avatar daidekun

Deploy To K8s Cluster

parent 82557cfe
...@@ -101,8 +101,8 @@ def call(body) { ...@@ -101,8 +101,8 @@ def call(body) {
imageTag = _stage.dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, contextDir) imageTag = _stage.dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, contextDir)
} }
stage('Deploy') { stage('Deploy To K8s Cluster') {
_utils.beautyEcho("Docker Build And Push", "stage") _utils.beautyEcho("Deploy To K8s Cluster", "stage")
def deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy) def deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy)
_utils.beautyEcho(deploy_log, "info") _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