diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 15:54:35 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 15:54:35 -0500 |
| commit | 565ba56f50da4cd090f741c6b4b09948abb8a7af (patch) | |
| tree | 8afa4afc1a29229f3d057e67cc514e862864a176 /vars | |
| parent | 7f44a8306f820a01b4ad6d9bc1df4e25fee7868d (diff) | |
| download | jscu_refactor-565ba56f50da4cd090f741c6b4b09948abb8a7af.tar.gz | |
Remove unused stuff
Diffstat (limited to 'vars')
| -rw-r--r-- | vars/utils.groovy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index 56dff19..fe76bca 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -88,9 +88,6 @@ def concurrent(configs) { [$class: 'FailedThreshold', unstableThreshold: "${myconfig.failedUnstableThresh}"], [$class: 'FailedThreshold', failureThreshold: "${myconfig.failedFailureThresh}"]], tools: [[$class: 'JUnitType', pattern: '*.xml']]]) - //step([$class: 'XUnitBuilder', - // thresholds: [myconfig.thresholds], - // tools: [[$class: 'JUnitType', pattern: '*.xml']]]) } } //} //end withEnv |
