Fix typo. Use JUnitType instead of JunitType

This commit is contained in:
Ai Lin Chia
2017-06-21 10:23:59 +02:00
parent add5759062
commit 387cf217ef

2
Jenkinsfile vendored

@ -74,7 +74,7 @@ pipeline {
tools: [[$class: 'GoogleTestType', pattern: '**/test_detail.xml']]])
step([$class: 'XUnitPublisher',
thresholds: [[$class: 'FailedThreshold', unstableThreshold: '0']],
tools: [[$class: 'JunitType', pattern: "${env.PYWEBTEST_DIR}/output.xml"]]])
tools: [[$class: 'JUnitType', pattern: "${env.PYWEBTEST_DIR}/output.xml"]]])
}
}