diff --git a/Jenkinsfile b/Jenkinsfile index df1de67..7575da5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,11 +29,7 @@ pipeline { always { xunit ( thresholds: [ skipped(failureThreshold: 0) , failed(failureThreshold: 0) ], - tools: [ - PHPUnitJunit( - pattern: 'phpunit.xml' - ) - ] + tools: [ PHPUnit(pattern: 'phpunit.xml') ] ) } }