diff options
Diffstat (limited to 'vars/utils.groovy')
| -rw-r--r-- | vars/utils.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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']]]) } } |
