From cb1891b456915be8552ecf2fff1745fa59c25a3a Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 29 Nov 2017 09:12:31 -0500 Subject: Set temp config object to null to test contents over loops --- vars/utils.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'vars') 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) -- cgit