From 2fdad15cf45781f9dbbf96649416767a695afa7e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 28 Nov 2017 10:22:31 -0500 Subject: Test shared class use --- vars/utils.groovy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vars/utils.groovy') diff --git a/vars/utils.groovy b/vars/utils.groovy index a06b8a6..55ae33b 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -37,6 +37,8 @@ class TClass implements Serializable { def concurrent2(configs) { def tasks = [:] println("Size of configs = ${configs.size()}") + def myconf = new bconfig() + println("myconf.name = ${myconf.name}") for (config in configs) { t = new TClass() println("concurrent2: build.nodetype = ${config.nodetype}") -- cgit