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

fix

parent c5f68206
def call(body) { def call(body) {
def _stage = new org.qg.ci.StageBucket() def _stage = new org.qg.ci.StageBucket()
def _utils = new org.qg.docker_new.Utils() def _utils = new org.qg.docker_new.Utils()
def env = body.env
def GIT_PEPO_SSH_URL = env.GIT_PEPO_SSH_URL def GIT_PEPO_SSH_URL = env.GIT_PEPO_SSH_URL
def GIT_REPO_NAME = env.GIT_REPO_NAME def GIT_REPO_NAME = env.GIT_REPO_NAME
def GIT_BRANCH = env.GIT_BRANCH def GIT_BRANCH = env.GIT_BRANCH
...@@ -21,6 +18,9 @@ def call(body) { ...@@ -21,6 +18,9 @@ def call(body) {
context:[] context:[]
] ]
/*body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config
body()*/
ansiColor('xterm') { ansiColor('xterm') {
echo "\033[32m############################################\n\ echo "\033[32m############################################\n\
......
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