Re: Deleting Builds from Build Queue when Superseded By Newer Patchsets

2015-12-04 Thread James Pascoe
Hi Daniel, Thanks - that's a perfect starting point - much appreciated :-) ! I'll look at extending it to scan through the Gerrit patchset numbers and let you know how it goes. Thanks again and have a good weekend, James On 4 December 2015 at 14:56, Daniel Beck wrote: >

Re: Deleting Builds from Build Queue when Superseded By Newer Patchsets

2015-12-04 Thread Daniel Beck
Someone on IRC recently wanted to limit the number of queue items for a job, so I wrote: https://github.com/daniel-beck/fixed-fifo-queue-plugin Could be close enough to what you need. Completely unsupported. On 04.12.2015, at 15:48, James Pascoe wrote: > Hi

Deleting Builds from Build Queue when Superseded By Newer Patchsets

2015-12-04 Thread James Pascoe
Hi Everybody, I have been using Jenkins v1.617 to automatically run validation tests on three hardware platforms. So far, Jenkins has been very well received and I like it a lot. I have a series of 'builder' jobs which are triggered with the Gerrit trigger plugin (v 2.13.0). I use the Git

Re: Deleting Builds from Build Queue when Superseded By Newer Patchsets

2015-12-04 Thread James Pascoe
Hi Baptiste, Ah - thanks - yes, it looks like it was added in 2.14 and we are still using 2.13 :-) ! Thanks, I'll upgrade and try it. Have a good weekend, James On 4 December 2015 at 16:58, Baptiste Mathus wrote: > Pretty sure the Gerrit trigger has that very option, that

Re: Deleting Builds from Build Queue when Superseded By Newer Patchsets

2015-12-04 Thread Baptiste Mathus
Pretty sure the Gerrit trigger has that very option, that is stopping previous build when a new patchset is submitted. HTH Le 4 déc. 2015 3:48 PM, "James Pascoe" a écrit : > Hi Everybody, > > I have been using Jenkins v1.617 to automatically run validation tests on >