What is the best way to inserting Finalbuilder Error Log into error notification?

Hi guys I was wondering what is the best way to add the Finalbuilder error log into the notification error,

Do you guys have any tip on the aproaches currently used to perform this ?


Hi Diego

The notification system has no way to send attachments at the moment, and I’m not sure we want to add that either (it’s a potential performance issue, high in I/O both on disk and network depending on how many users receive notifications).

A better option is to export the log file to html in your FinalBuilder project (export it into the build workspace), and define a report for it on the Configuration wizard so that the exported log is viewable in the Continua CI UI. http://wiki.finalbuilder.com/display/continua/Reports

I was planning on blogging about this soon, I’ll try and get something together sooner rather than later.

I would love to see a way to let the errors be emailed. I am ok with generating a report, but then it would be very nice if it were possible to include specific reports (like error reports on failure, success reports on success).