diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 09:12:31 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 09:12:31 -0500 |
| commit | cb1891b456915be8552ecf2fff1745fa59c25a3a (patch) | |
| tree | fc21779aa57773d410d54291c5a51b9148ca8cb9 /vars/utils.groovy | |
| parent | a9a02f98260067d199cfc7d01966be76c43c0ec8 (diff) | |
| download | jscu_refactor-cb1891b456915be8552ecf2fff1745fa59c25a3a.tar.gz | |
Set temp config object to null to test contents over loops
Diffstat (limited to 'vars/utils.groovy')
| -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 c805640..fe23245 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -77,6 +77,7 @@ def concurrent(configs) { } //end withEnv } // end node } + myconfig = null } //end for stage("Matrix") { parallel(tasks) |
