deafd08377
This new option has been added in JUnit v1.51 https://github.com/jenkinsci/junit-plugin/releases/tag/junit-1.51 The user can decide not to mark a build as unstable on test failure. Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Change-Id: I960ed98cf4b0f8f632546492f6dbb6d1aa0055c9
14 lines
345 B
YAML
14 lines
345 B
YAML
publishers:
|
|
- junit:
|
|
results: nosetests-example.xml
|
|
keep-long-stdio: false
|
|
health-scale-factor: 2.0
|
|
allow-empty-results: true
|
|
skip-publishing-checks: true
|
|
skip-marking-build-unstable: true
|
|
test-stability: true
|
|
claim-build: true
|
|
measurement-plots: true
|
|
flaky-test-reports: true
|
|
junit-attachments: true
|