diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:22:31 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:22:31 -0500 |
| commit | 2fdad15cf45781f9dbbf96649416767a695afa7e (patch) | |
| tree | a7a4a2049f2eb79c02bfc80d092e61c0c49e6417 /vars | |
| parent | 440a5e9bb8b32cec8f8e61873e384022c152729f (diff) | |
| download | jscu_refactor-2fdad15cf45781f9dbbf96649416767a695afa7e.tar.gz | |
Test shared class use
Diffstat (limited to 'vars')
| -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}") |
