trying to get assets to load as well, and keep previous reports

This commit is contained in:
2023-10-07 09:13:46 -07:00
parent 02e95ae916
commit c77cf2cb78
Vendored
+5 -3
View File
@@ -30,9 +30,11 @@ pipeline {
}
stage('Report results') {
steps {
publishHTML (target: [allowMissing: false,
alwaysLinkToLastBuild: true,
keepAlive: true,
archive(includes: 'pkg/*.gem')
publishHTML (target: [
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: 'coverage',
reportFiles: 'index.html',
reportName: 'Test Results',