trying to get assets to load as well, and keep previous reports
parent
02e95ae916
commit
c77cf2cb78
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue