Fixing typo in Jenkins
testing/ogcore-api/pipeline/head There was a failure building this commit Details

helpers/ci-integration
Nicolas Arenas 2024-09-25 15:46:04 +02:00
parent 4ca1c51e7a
commit 64848705b9
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -29,11 +29,7 @@ pipeline {
always {
xunit (
thresholds: [ skipped(failureThreshold: 0) , failed(failureThreshold: 0) ],
tools: [
PHPUnitJunit(
pattern: 'phpunit.xml'
)
]
tools: [ PHPUnit(pattern: 'phpunit.xml') ]
)
}
}