diff --git a/Jenkinsfile b/Jenkinsfile index 9613199..ac24984 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -521,7 +521,7 @@ PY def props = fileExists('build.env') ? readProperties(file: 'build.env') : [:] echo "Build complete for ${props['SEMVER'] ?: env.VERSION_TAG}" } - archiveArtifacts artifacts: 'build/junit-backend.xml,build/junit-frontend-unit.xml,build/junit-frontend-component.xml,build/junit-frontend-e2e.xml,build/quality-gate.json', allowEmptyArchive: true + archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true } } }