Commit b5042768 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

call method changed to calling

parent 09dd56bd
#!/usr/bin/env groovy
def call(body) {
def calling(body) {
def config = [:]
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