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