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 02e95ae916 - Show all commits
Vendored
+11
View File
@@ -28,5 +28,16 @@ pipeline {
sh 'cucumber'
}
}
stage('Report results') {
steps {
publishHTML (target: [allowMissing: false,
alwaysLinkToLastBuild: true,
keepAlive: true,
reportDir: 'coverage',
reportFiles: 'index.html',
reportName: 'Test Results',
reportTitles: 'Test Coverage'])
}
}
}
}