Commit 7a1ae31d authored by kalvin's avatar kalvin

code reformat

parent 463f5412
...@@ -66,8 +66,6 @@ def call(body) { ...@@ -66,8 +66,6 @@ def call(body) {
} }
_utils.beautyEcho("build over", "info") _utils.beautyEcho("build over", "info")
} }
...@@ -81,15 +79,10 @@ def call(body) { ...@@ -81,15 +79,10 @@ def call(body) {
imageTagInfos = _stage.imageTag(harborGroup,k8sSystemName,safeBranchName,branchHashCode) imageTagInfos = _stage.imageTag(harborGroup,k8sSystemName,safeBranchName,branchHashCode)
for (imageTagInfo in imageTagInfos){ for (imageTagInfo in imageTagInfos){
_stage.dockerbuild_and_push(imageTagInfo,buildNumber,_systemName,originBranchName ,cluster,timeStemp,contextDir) _stage.dockerbuild_and_push(imageTagInfo,buildNumber,_systemName,originBranchName ,cluster,timeStemp,contextDir)
} }
_stage.deploy(namespace, _systemName, imageTagInfos[0]["imageTag"], config.tier, isDeploy) _stage.deploy(namespace, _systemName, imageTagInfos[0]["imageTag"], config.tier, isDeploy)
} }
/* 4 */ /* 4 */
......
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