mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Failing test sets result as unstable
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -48,7 +48,7 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
step([$class: 'XUnitPublisher',
|
||||
thresholds: [[$class: 'FailedThreshold', failureThreshold: '0']],
|
||||
thresholds: [[$class: 'FailedThreshold', unstableThreshold: '0']],
|
||||
tools: [[$class: 'GoogleTestType', pattern: '**/test_detail.xml']]])
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user