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