diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 14:54:22 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 14:54:22 -0500 |
| commit | 1d9b1b2c5b26ab81e705cb03d924518257f65f47 (patch) | |
| tree | d0f3687b9906fa14b5250bf7bdac5851cd6b0950 /vars/utils.groovy | |
| parent | 9c3041d99faf634f28a8de62d684d2180ac22663 (diff) | |
| download | jscu_refactor-1d9b1b2c5b26ab81e705cb03d924518257f65f47.tar.gz | |
Try using threshold class
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']]]) } } |
