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?
Is there a way to coerce the build result viewer to show these files as rendered HTML instead of HTML source?
One answer
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 ].
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 ].