diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:33:51 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-28 10:33:51 -0500 |
| commit | 83279a9e4ef435e4ee019634a5822772e55b8e85 (patch) | |
| tree | addccaaf47bfe2ba7d1cdfeb2ffcbe39fff2da9b | |
| parent | fb9d8bcf17857a01d9f4846efeaa9cbc61c97d5b (diff) | |
| download | jscu_refactor-83279a9e4ef435e4ee019634a5822772e55b8e85.tar.gz | |
Test local copy
| -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 4c3771d..9637129 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -44,6 +44,8 @@ def concurrent2(configs) { println("concurrent2: build.build_args= ${config.build_args}") println("concurrent2: build.env_vars= ${config.env_vars}") def run_tests = config.run_tests + def myconfig = new BuildConfig() + myconfig = config.copy() tasks["${config.nodetype}/${config.build_mode}"] = { node(config.nodetype) { //withEnv(config.env_vars) { |
