Re: Check for timeout plugin

2010-07-12 Thread Niklas Gustavsson
On Sun, Jul 11, 2010 at 3:24 PM, Jan Matèrne wrote: > Should every job have a timeout? I think they should. /niklas

Re: Check for timeout plugin

2010-07-12 Thread Antoine Toulme
+1 Is there a way to enforce setting a timeout ? I'll ask #hudson. Thanks, Antoine On Mon, Jul 12, 2010 at 13:19, Niklas Gustavsson wrote: > On Sun, Jul 11, 2010 at 3:24 PM, Jan Matèrne wrote: > > Should every job have a timeout? > > I think they should. > > /niklas >

Re: Check for timeout plugin

2010-07-12 Thread Antoine Toulme
>From what Kohsuke says on IRC: 1. We cannot make the timeout field mandatory. 2. We can create a plugin that presets the timeout field. 3. We can iterate over the projects like Jan did and set a value for the timeouts en masse. On Mon, Jul 12, 2010 at 18:27, Antoine Toulme wrote: > +1 > > Is t

Re: Check for timeout plugin

2010-07-12 Thread Jesse Glick
On 07/12/2010 09:45 PM, Antoine Toulme wrote: 2. We can create a plugin that presets the timeout field. Probably best done as a part of http://wiki.hudson-ci.org/display/HUDSON/Create+Job+Advanced+Plugin

AW: Check for timeout plugin

2010-07-12 Thread Jan Matèrne
> On 07/12/2010 09:45 PM, Antoine Toulme wrote: > > 2. We can create a plugin that presets the timeout field. > > Probably best done as a part of > > http://wiki.hudson-ci.org/display/HUDSON/Create+Job+Advanced+Plugin If I see this right, it will only affect new jobs, not existing one. So I work