diff --git a/Jenkinsfile b/Jenkinsfile index 9516d5f44..c2994c5e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('build') { steps { - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' + archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults: '**/target/surefire-reports/TEST-*.xml' } } @@ -41,4 +41,4 @@ pipeline { to: 'vinod@gmail.com' } } -} \ No newline at end of file +}