I have currently have the following artifacts uploaded at the end of my build.
<artifacts>
<artifact src="**/BuildLog.htm" dest="logs"/>
<artifact src="**/*.log" dest="logs"/>
</artifacts>The BuildLog.htm files are output of the devenv builds.
I expected by uploading the htm files as artifacts an trying to open from the artifacts tab they would load as html but they do not, they load as text files, which are completely unreadable. When I save the file locally and open it, it opens correctly.
Comments
3 comments
Hi Lee,
If possible can you attach the .htm file which is causing the problem.
You could try configuring the artifact to appear in a custom tab.
Anush, Putting in a custom tab may be an option, however there could be dozens of them since these are the output from the c++ compilations from devenv. I would not want a custom tab for each.
Rajeshvaran, I am unable to attach the log since I would have to greatly modify it to remove private content.
Please sign in to leave a comment.