diff --git a/Jenkinsfile b/Jenkinsfile index 22755c3..14dd2ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -327,7 +327,7 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc } } } - archiveArtifacts artifacts: 'build/junit.xml,build/coverage.json', allowEmptyArchive: true, fingerprint: true + archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true script { def props = fileExists('build.env') ? readProperties(file: 'build.env') : [:] echo "Build complete for ${props['SEMVER'] ?: env.VERSION_TAG}"