Commit 21096d91 authored by wentao.suo's avatar wentao.suo

fix

parent d1c41045
...@@ -55,7 +55,9 @@ def call(body) { ...@@ -55,7 +55,9 @@ def call(body) {
withDockerServer([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")
branchHashCode = _stage.check_and_build(buildType, systemName, branchName, contextDir) dir(systemName){
branchHashCode = _stage.check_and_build(buildType, systemName, branchName, contextDir)
}
_utils.beautyEcho("build over", "info") _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