diff --git a/Jenkinsfile b/Jenkinsfile index 0478d43..5f8c90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,8 +112,8 @@ pipeline { post { always { - archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true - junit 'test/results/**/**/*.xml' + archiveArtifacts artifacts: '**/*.xml', fingerprint: true + junit '**/**/*.xml' sh 'rm -rf test/results' } }