Count number of jobs in Hudson
Thursday, June 14th, 2012 by Jesper Rønn-JensenSmall script to count the number of jobs on a Hudson server — with JavaScript
Small script to count the number of jobs on a Hudson server — with JavaScript
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 […]
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 […]