def private initGlobalContext()

in vars/Deploy.groovy [32:38]


def private initGlobalContext(context) {
    println("[JENKINS][DEBUG] initializing basic context")
    context.platform = new PlatformFactory().getPlatformImpl(this)
    context.job = new Job(JobType.DEPLOY.value, context.platform, this)
    context.job.init()
    println("[JENKINS][DEBUG] context has been initialized")
}