f3ccef8dbb
Change-Id: I210c1629c513d5e1dfd2b2a16cd7e8361953fc0f
21 lines
504 B
YAML
21 lines
504 B
YAML
publishers:
|
|
- xunit:
|
|
thresholdmode: 'percent'
|
|
thresholds:
|
|
- failed:
|
|
unstable: 0
|
|
unstablenew: 0
|
|
failure: 0
|
|
failurenew: 0
|
|
- skipped:
|
|
unstable: 0
|
|
unstablenew: 0
|
|
failure: 0
|
|
failurenew: 0
|
|
types:
|
|
- phpunit:
|
|
pattern: "junit.log"
|
|
stoponerror: true
|
|
- cppunit:
|
|
pattern: "cppunit.log"
|