Any hints as to how to get the failed tasks list?
On 12 juil, 15:40, OBones <[email protected]> wrote: > Hum, ok, using the Dashboard, I was able to get the XML file that > serves as the source for the email and add a section in header.xsl > that gives me the list of "failure users". > I now have to find how to get the "Failing Tasks : Task1, Task2" > message from that same file, but my initial review does not show it... > > On 12 juil, 15:20, OBones <[email protected]> wrote: > > > Thanks for this. > > Problem is, I'd love to experiment with that, but the merged files are > > deleted when the build ends. So I can't experiment my transformations. > > Is there a parameter to put somewhere that would force it not to > > delete the artifact files? > > > On 12 juil, 11:51, Ruben Willems <[email protected]> wrote: > > > > Hi > > > > yes, you'll have to use a 'special' xsl file > > > there is none that does it now, the dashboard gets this data from > > > templates, > > > not via xsl transformations. > > > > but here it goes : > > > The data is stored in every build artifact , and you can get it via the > > > integration properties. > > > xsl location : > > > cruisecontrol/integrationProperties/CCNetFailureUsers > > > example > > > > <CCNetFailureUsers> > > > <user>willemsruben</user> > > > </CCNetFailureUsers> > > > > with kind regards > > > Ruben Willems > > > > On Fri, Jul 9, 2010 at 4:45 PM, OBones <[email protected]> wrote: > > > > Hello all, > > > > > When a build fails, I get messages like this in the web dashboard: > > > > > * Breakers : user1, user2, user3 > > > > * Failing Tasks : Task1, Task2 > > > > > I have an email publisher for the project and while I do receive the > > > > list of commits made in subversion, I do not get that message in the > > > > body of the email. > > > > It would be very useful to have this because it would allow the users > > > > to simply read the email message. > > > > How can I achieve this? > > > > Is there a special XSL file that I should be using inside the email > > > > publisher? > > > > > Regards > > > > Olivier
