forked from Mirrors/privacore-open-source-search-engine
Fix typo. Use JUnitType instead of JunitType
This commit is contained in:
2
Jenkinsfile
vendored
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"]]])
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user