diff --git a/Jenkinsfile b/Jenkinsfile index 6f60e72..df1de67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'