views:

82

answers:

2

I have a rake task running on CC.NET that generates HTML test reports. I'd like these test reports to be stored against each build and be accessible from the CC.NET website when looking at the details of the build.

Is there a way of doing this or do you know of another continuous integration server that can do this?

A: 

The Java version of CruiseControl has an artifacts publisher for just this kind of thing. I'm pretty sure CC.NET has a similar publisher.

Jeffrey Fredrick
A: 

The best I got was moving them into a directory and then making that a virtual directory which can be pointed to by the project's external links. Enable directory browsing and you can click the folder of the last build and so on.

Garry Shutler