Commit f512e272 authored by daidekun's avatar daidekun

fix

parent ee2fce21
......@@ -20,8 +20,8 @@ def call(body) {
def imageTag
def contextDir
def _stage = new org.foo.Stage()
def _utils = new org.foo.Utils()
def _stage = new org.qg.Stage()
def _utils = new org.qg.Utils()
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