From 565ba56f50da4cd090f741c6b4b09948abb8a7af Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 29 Nov 2017 15:54:35 -0500 Subject: Remove unused stuff --- vars/utils.groovy | 3 --- 1 file changed, 3 deletions(-) (limited to 'vars/utils.groovy') 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 -- cgit