All,
We have a testing application which creates its own reports in a web dashboard that we would like to have added to the Hudson project page for builds. At present the application outputs the URL to the page for that build into the console log.
What I would like to do is pull the URL out of the console log and then have the content at the URL end point added to the project page for that build (IFrame perhaps?).
Is there a simple way to do this? Existing plugin perhaps? Possibly config that I've overlooked? I'm coming to Hudson from Cruisecontrol and I'm still getting to grips with the differences.
Thanks.