simplecov-jenkins-output #17

Merged
bucky merged 2 commits from simplecov-jenkins-output into master 2023-10-07 09:27:02 -07:00
Showing only changes of commit c77cf2cb78 - Show all commits
Vendored
+5 -3
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',