Commit fb4c0f82 authored by kalvin's avatar kalvin

fibxugs

parent 36878aa0
......@@ -118,7 +118,7 @@ def call(body) {
def deploy_log
if (config.cluster == "271") {
deploy_log = _stage.deployV2(namespace, systemName, imageTag, config.tier)
deploy_log = _stage.deployV2(namespace, systemName, imageTag, config.tier, isDeploy)
}else{
deploy_log = _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy)
}
......
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