Commit 64ed2880 authored by daidekun's avatar daidekun

fix

parent 153b8577
......@@ -4,7 +4,8 @@ def call(body) {
def config = [:]
print body.env.BRANCH_NAME
static branchName = body.env.BRANCH_NAME
print body.env.GIT_REPO
def branchName = body.env.BRANCH_NAME
body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config
......
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