aboutsummaryrefslogtreecommitdiff
path: root/vars/utils.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-11-29 15:54:35 -0500
committerMatt Rendina <mrendina@stsci.edu>2017-11-29 15:54:35 -0500
commit565ba56f50da4cd090f741c6b4b09948abb8a7af (patch)
tree8afa4afc1a29229f3d057e67cc514e862864a176 /vars/utils.groovy
parent7f44a8306f820a01b4ad6d9bc1df4e25fee7868d (diff)
downloadjscu_refactor-565ba56f50da4cd090f741c6b4b09948abb8a7af.tar.gz
Remove unused stuff
Diffstat (limited to 'vars/utils.groovy')
-rw-r--r--vars/utils.groovy3
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