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

pull/17/head
Adam Townsend 2023-10-07 09:13:46 -07:00
parent 02e95ae916
commit c77cf2cb78
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -30,9 +30,11 @@ pipeline {
} }
stage('Report results') { stage('Report results') {
steps { steps {
publishHTML (target: [allowMissing: false, archive(includes: 'pkg/*.gem')
alwaysLinkToLastBuild: true, publishHTML (target: [
keepAlive: true, allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: 'coverage', reportDir: 'coverage',
reportFiles: 'index.html', reportFiles: 'index.html',
reportName: 'Test Results', reportName: 'Test Results',