Commit 951c89e1 authored by wentao.suo's avatar wentao.suo

fff

parent df6b23eb
...@@ -52,7 +52,7 @@ def call(body) { ...@@ -52,7 +52,7 @@ def call(body) {
withDockerServer([uri: "tcp://192.168.4.96:2375/"]) { withDockerServer([uri: "tcp://192.168.4.96:2375/"]) {
_utils.beautyEcho("checkout & build < ${originSystemName} : ${originBranchName} >", "stage") _utils.beautyEcho("checkout & build < ${originSystemName} : ${originBranchName} >", "stage")
echo systemNames.length println systemNames.length
for(def i in 0..systemNames.length-1){ for(def i in 0..systemNames.length-1){
dir(systemNames[i]){ dir(systemNames[i]){
_stage.check_and_build(config.buildType, systemNames[i], branchNames[i], contextDir) _stage.check_and_build(config.buildType, systemNames[i], branchNames[i], 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