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') {
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',