Commit 8e9841bc authored by daidekun's avatar daidekun

fix

parent 33656bf1
...@@ -2,10 +2,7 @@ import org.qg.* ...@@ -2,10 +2,7 @@ import org.qg.*
def call(body) { def call(body) {
def config = [:] def config = [:]
print body.env.BRANCH_NAME
print body.env.GIT_REPO
body.resolveStrategy = Closure.DELEGATE_FIRST body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config body.delegate = config
body() body()
......
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