Fix typo collecting info
testing/ogcore-api/pipeline/head There was a failure building this commit Details

helpers/ci-integration
Nicolas Arenas 2024-09-25 14:32:35 +02:00
parent 784fbfe89c
commit 4ca1c51e7a
1 changed files with 1 additions and 7 deletions

8
Jenkinsfile vendored
View File

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