Commit 59a4c1e9 authored by 温海元's avatar 温海元

fix bug

parent db56735a
...@@ -46,7 +46,7 @@ def call(body) { ...@@ -46,7 +46,7 @@ def call(body) {
/* 2 */ /* 2 */
echo systemName echo systemName
withDocker Build And PushServer([uri: "tcp://192.168.4.96:2375/"]) { withDockerServer([uri: "tcp://192.168.4.96:2375/"]) {
_utils.beautyEcho("checkout & build < ${systemName} : ${branchName} >", "stage") _utils.beautyEcho("checkout & build < ${systemName} : ${branchName} >", "stage")
dir(systemName){ dir(systemName){
branchHashCode = _stage.check_and_build(config.buildType, systemName, branchName, contextDir) branchHashCode = _stage.check_and_build(config.buildType, systemName, branchName, 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