Fixing typo as threshols are characters and not integers
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
7425b54940
commit
5f6e2e8610
|
@ -32,7 +32,7 @@ pipeline {
|
|||
always {
|
||||
// Publish JUnit test results
|
||||
xunit (
|
||||
thresholds: [ skipped(failureThreshold: 0) , failed(failureThreshold: 0) ],
|
||||
thresholds: [ skipped(failureThreshold: '0') , failed(failureThreshold: '0') ],
|
||||
tools: [ PHPUnit(pattern: 'phpunit.xml') ]
|
||||
)
|
||||
// Remove containers
|
||||
|
|
Loading…
Reference in New Issue