<< Back to previous view |
![]() |
[QB-215] Display more reports other than JUNIT, NCover, Clover, etc.
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 3 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
On the build info page, we have links: build log | revision log If I publish my other reports in the existing folders "junitHtmlReport", "ncoverHtmlReport", "cloverHtmlReport", ... I got link to my reports, but its not really neat since we use cobertura for code coverage and i got to copy the files in the "ncoverHtmlReport" folder ... Is there a way to create links on the build info page that point on a published folder of our own. ex.: a link called "Cobertura Results" that could link to ${publish.dir}/report/cobertura/index.html ex.: a link called "JavaNCSS Results" that could link to ${publish.dir}/report/javancss/index.html ex.: a link called "TestNG Results" that could link to ${publish.dir}/report/testng/orm suite/index.html |