Open build result files in web browser?
![]()
I have several HTML files that I am associating with my builds results via the build toolkit (artifactFilePublisher). When viewing the build result in the Eclipse client these files always open as in an editor instead of in the browser. I've tried both "application/html" and "test/html" as the MIME type.
Is there a way to coerce the build result viewer to show these files as rendered HTML instead of HTML source? |
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Sep 16 '13, 5:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Sep 16 '13, 5:24 a.m.
Hi Jeff,
if you upload the files, they need to be downloaded and opened locally. This article [ https://jazz.net/library/article/797 ] describes how you can publish your build results using a Http server. You basically don't upload these files but link them to the build result while publishing them on the HTTP server. If you do that, you also want to look at this article [ https://jazz.net/library/article/807 ]. Comments I realize that what you're saying can be done, but I think that's an awfully heavyweight solution to what should be an easy requirement.
Hi Jeff,
|