diff --git a/Jenkinsfile b/Jenkinsfile index 9516d5f44..73a4b07e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('build') { steps { archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' - junit testResults: '**/target/surefire-reports/TEST-*.xml' + junit testResults : '**/target/surefire-reports/TEST-*.jar' } } }