Matthew Tordoff wrote:
Has anyone looked at Bamboo?

We have used Bamboo for Mule for quite some time now. The setup seems to be easy (haven't done it) and the day to day operations are supported by the UI, too.

The only (big) boo that came up in the whole time we used it was that Bamboo 1.x used to store the entire build log in memory before writing it out in XML at the end of the build. This caused frequent OOMs with our build as it can generate quite a bit of log output.

This should be fixed with Bamboo 2.0 now.

For my private pet projects I use Hudson and while Bamboo has some concepts that Hudson doesn't have (e.g. Build queues) I like Hudson's approach of extensibility by plugins, e.g. I use the findbugs plugin as part of the build and have Hudson pick up the XML files and render neat timelines of bug increase/decrease etc.

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to