Fix typo collecting info
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
784fbfe89c
commit
4ca1c51e7a
|
@ -28,13 +28,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
xunit (
|
||||
testTimeMargin: '3000',
|
||||
thresholdMode: 'percent',
|
||||
thresholds: [
|
||||
skipped: 0,
|
||||
unstable: 0,
|
||||
failed: 0
|
||||
],
|
||||
thresholds: [ skipped(failureThreshold: 0) , failed(failureThreshold: 0) ],
|
||||
tools: [
|
||||
PHPUnitJunit(
|
||||
pattern: 'phpunit.xml'
|
||||
|
|
Loading…
Reference in New Issue