diff --git a/Jenkinsfile b/Jenkinsfile index 10383c7..0f793ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -483,7 +483,7 @@ PY } script { try { - archiveArtifacts artifacts: 'build/*', allowEmptyArchive: true + archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true } catch (Throwable err) { echo "archive skipped: ${err.class.simpleName}" }