Archive for the ‘Continous integration’ Category

PhantomJS 1.7 build for Linux 64 bit

Friday, September 28th, 2012 by Jesper Rønn-Jensen

At a project I work on, we needed PhantomJS to run from a Redhat Fedora 64 bit machine. Since phantomJs is just released this week, I needed to build it myself.   I post this link to the binary in case it can benefit others.   PhantomJs 1.7.0 built on Linux Redhat Fedora 64 bit […]

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 […]