Commit cd4ef659 authored by wentao.suo's avatar wentao.suo

fffff

parent 3bbace8a
......@@ -53,12 +53,16 @@ def call(body) {
stage('checkout & build') {
_utils.beautyEcho("checkout & build", "stage")
arrSystem = systemName.split("--")
for (systemNameSimple in arrSystem) {
_stage.checkAndBuild(config.buildType, systemNameSimple, branchName, contextDir)
dir(){}
_stage.checkAndBuild(config.buildType, systemNameSimple, branchName, contextDir)
}
}
_utils.beautyEcho("build over", "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