diff --git a/Jenkinsfile b/Jenkinsfile index cdb73e8..d731e7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -282,7 +282,7 @@ PY post { always { - archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true + archiveArtifacts artifacts: 'build/*.json,build/*.out,build/*.rc,build/*.txt,build/*.xml', allowEmptyArchive: true, fingerprint: true } } }