def call()

in vars/Deploy.groovy [21:30]


def call() {

    def context = [:]

    node("master") {
        initGlobalContext(context)
        loadStages(context)
        runStages(context)
    }
}