Commit 1419924f authored by kmohiuddin's avatar kmohiuddin

modified hello.groovy in var

parent faa7608e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
def call(body) { def call(body) {
def config = [name:'bzskjcnkj'] def config = [name:'bzskjcnkj']
//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