diff --git a/Jenkinsfile b/Jenkinsfile index e04007c..792d1a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -374,7 +374,7 @@ EOF } } } - archiveArtifacts artifacts: 'build/junit.xml,build/coverage.json,build/coverage.out', allowEmptyArchive: true, fingerprint: true + archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true } } }