Commit 226b1871 authored by daidekun's avatar daidekun

debug

parent 67072f1f
#!/usr/bin/groovy
def call(body) {
def config = [:]
body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config
body()
// evaluate the body block, and collect configuration into the object
echo "I am a debug module groovy" + config.message
}
\ No newline at end of file
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