From 1d9b1b2c5b26ab81e705cb03d924518257f65f47 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 29 Nov 2017 14:54:22 -0500 Subject: Try using threshold class --- vars/utils.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vars') diff --git a/vars/utils.groovy b/vars/utils.groovy index 75267b7..eff3de2 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -82,7 +82,7 @@ def concurrent(configs) { // [$class: 'FailedThreshold', failureThreshold: '6']], // tools: [[$class: 'JUnitType', pattern: '*.xml']]]) step([$class: 'XUnitBuilder', - thresholds: [myconfig.xunit_map], + thresholds: [myconfig.thresholds], tools: [[$class: 'JUnitType', pattern: '*.xml']]]) } } -- cgit