diff options
Diffstat (limited to 'vars/utils.groovy')
| -rw-r--r-- | vars/utils.groovy | 2 |
1 files changed, 2 insertions, 0 deletions
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}") |
