Fixing typo as threshols are characters and not integers
testing/ogcore-api/pipeline/head There was a failure building this commit Details

helpers/ci-integration
Nicolas Arenas 2024-09-25 18:01:07 +02:00
parent 7425b54940
commit 5f6e2e8610
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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