diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-27 16:28:56 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-27 16:28:56 -0500 |
| commit | f7a8d3ca087055d65d9058735c31fe146184b1ca (patch) | |
| tree | c579f2d847481175fca28fc03b71d0abc2010d8c | |
| parent | cf50366631d217cd835edad49e2aaff13794557e (diff) | |
| download | jscu_refactor-f7a8d3ca087055d65d9058735c31fe146184b1ca.tar.gz | |
Check size
| -rw-r--r-- | vars/utils.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index 4a8d490..55e8e11 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -31,6 +31,7 @@ def scm_checkout() { def concurrent2(configs) { def tasks = [:] + println("Size of configs = ${configs.size()}") for (config in configs) { println("concurrent2: build.nodetype = ${config.nodetype}") tasks["${config.nodetype}/${config.build_mode}"] = { |
