Posts Tagged ‘continuous integration’

Challenges Configuring Hudson Emails

Thursday, March 10th, 2011 by Jesper Rønn-Jensen

My recent Stackoverflow question How to use Hudson “Parameterized Build” values in an email earned me the “tumbleweed” badge because it had almost no views (39 in a week), got no answers and no votes. Therefore I decided to offer 200 of my reputation points for a usable answer. But despite the high bounty of 200 […]

Fixed Strange Hudson Slave OutOfMemoryError

Friday, November 12th, 2010 by Jesper Rønn-Jensen

At a current project I am working on, we use Hudson and Maven to build our Java code. Strangely, one of the slaves constantly failed with an OutOfMemory error. We tried two obvious fixes. The first did not work: Not working strategy: To append memory params on the job itself. We modified the job inside […]