Thanks, I'll look into that... There's also this plug-in I found... https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin
If it becomes to much of a problem to embed it somehow into the Jenkins report I could take one path that is easy enough: saving the outputted UT results (in the nicely formatted way that Gallio generates it) and then serving up the HTML from an HTTP link... I can then just link as an HREF to it... On Wed, Jan 16, 2013 at 12:10 PM, Mark Waite <[email protected]> wrote: > There is an HTML publisher plugin that I've used to display the HTML > formatted output from the gcc coverage reporting tool "lcov". It is simple > to use the publisher plugin and easy to configure into the job. > > The "down side" of using any externally generated HTML is that it does not > integrate into Jenkins as elegantly as JUnit test results or NUnit test > results, or the other more tool specific plugins. > > Mark Waite > > ________________________________ > From: Ken <[email protected]> > To: [email protected] > Sent: Wednesday, January 16, 2013 9:50 AM > Subject: Jenkins Plug-in that can embed and display an html page > > Hi everyone. I'm just beginning my adventure into Jenkin's land... One of > the requirements I'm looking to solve is with embedding or somehow linking > an html page that contains build results (created by a Gallio execution).. > For anyone that's used Gallio as a UT framework, it can create a nicely > formatted HTML page with all the build output and so on... I'd like to take > this output and attach or embed it into the Jenkins reporting after a job > has run... Can anyone point me in the direction for making this happen? I'm > looking through different plug-ins now to see if any support this type of > functionality. Thanks for the help! > > Ken > >
