Commit 48446d8b authored by wentao.suo's avatar wentao.suo

ffffff

parent 86984f51
...@@ -350,11 +350,11 @@ def checkAndBuild(dockerImage,dockerArgs,buildType,systemName,branchName,context ...@@ -350,11 +350,11 @@ def checkAndBuild(dockerImage,dockerArgs,buildType,systemName,branchName,context
checkout(buildType, systemName, branchName) checkout(buildType, systemName, branchName)
/*prepare config*/ /*prepare config*/
_utils).beautyEcho("prepare config", "info") _utils().beautyEcho("prepare config", "info")
prepare_config(buildType, systemName, contextDir) prepare_config(buildType, systemName, contextDir)
/*build*/ /*build*/
_utils).beautyEcho("build", "info") _utils().beautyEcho("build", "info")
build(config.buildType, systemName, contextDir) build(config.buildType, systemName, contextDir)
} }
......
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