From 4ca1c51e7a04e560d4c48f80becb5fe5bcfc356b Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 25 Sep 2024 14:32:35 +0200 Subject: [PATCH] Fix typo collecting info --- Jenkinsfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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'