Commit 46210140 authored by daidekun's avatar daidekun

docker

parent 35680ad1
...@@ -20,8 +20,8 @@ def call(body) { ...@@ -20,8 +20,8 @@ def call(body) {
def imageTag def imageTag
def contextDir def contextDir
def _stage = new org.qg.StageBucket() def _stage = new org.qg.docker.StageBucket()
def _utils = new org.qg.Utils() def _utils = new org.qg.docker.Utils()
body.resolveStrategy = Closure.DELEGATE_FIRST body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config 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