diff --git a/Jenkinsfile b/Jenkinsfile index 4449364cf..5b10e0334 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('build') { steps { <<<<<<< HEAD - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' + archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults : '**/target/surefire-reports/TEST-*.jar' ======= archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',