diff --git a/Jenkinsfile b/Jenkinsfile index fce20d5..e54fadd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,7 +114,7 @@ pipeline { post { always { archiveArtifacts artifacts: '**/*.xml', fingerprint: true - junit '**/**/*.xml' + junit 'test/results/**/**/*.xml' sh 'rm -rf test/results' } }