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

fix

parent 733538c8
...@@ -36,6 +36,10 @@ def call(body) { ...@@ -36,6 +36,10 @@ def call(body) {
body.resolveStrategy = Closure.DELEGATE_FIRST body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config body.delegate = config
body() body()
if(config.harborGroup != null){
harborGroup = config.harborGroup
}
node { node {
......
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