Reputation: 138
I want to show the gcov index.html
result file in Jenkins. I tried with sidebar link plugin. But I don't know how to configure the path like:
/home/jenkins/.jenkins/jobs/platform_linux_test_report/code_coverage/121127/index.html
I got error as below:
Status Code: 404
Exception:
Stacktrace:
(none)
Anyone knows how to use it? Thanks a lot!
Upvotes: 1
Views: 2354
Reputation: 7048
I think you are using the wrong plugin. You probably want to use the HTML Publisher Plugin instead. It allows you to add any arbitrary HTML page (site) that is created in your build.
Upvotes: 2