Re: Priority Sorter Plugin

2019-05-31 Thread Baptiste Mathus
Please do not double/re post. Thank you Le jeu. 23 mai 2019 à 14:38, Adam Ben-David a écrit : > Hi All, > > I just started to use this plugin, but unfortunately its not super obvious > how to make a correct setup. > > In our setup we have multiple views: > View A > View B > View C > > Inside of

Re: Priority Sorter Plugin

2019-05-31 Thread Baptiste Mathus
Can't you use a special parameter on the high priority jobs? IIRC from my usage of this plug-in 3 years ago, we have a release=true on some jobs that would make them higher priority than PR builds and the likes. Le mar. 21 mai 2019 à 13:23, Adam Ben-David a écrit : > Hi All, > > I just started

Re: Priority Sorter Plugin

2019-05-20 Thread Adam Ben-David
;> Sent: Tue, 12/02/2013 22:08 >> To: jenkins...@googlegroups.com >> CC: >> Subject: Re: Priority Sorter Plugin >> >> On Tue, Feb 12, 2013 at 4:13 PM, Adam Mercer wrote: >> >> > Thanks, that's what was confusing me. I've adjusted the priorities

Re: Priority Sorter plugin fair queuing

2015-08-17 Thread Magnus Sandberg
Hi, I suggest that you turn on more logging as described on the wiki - then observe the two values priority and weight and how they change with different settings. Weight is the value that is used for sorting the queue. In Absolute mode the priority and the weight will be the same but this is not

Re: priority sorter plugin

2014-06-11 Thread Jayaprakash D B
Did you enable concurrent builds on the project configuration page? If not, you should do that. On Wed, Jun 11, 2014 at 4:29 PM, wrote: > Hi Jayaprakash D B, > > thank you for this post. I am facing the same problem like you did and > wanted to ask you, whether you were able to solve it in betw

Re: priority sorter plugin

2014-06-11 Thread mail4m . mueller
Hi Jayaprakash D B, thank you for this post. I am facing the same problem like you did and wanted to ask you, whether you were able to solve it in between? I've chosen "Use Priority from Build Parameter" and tried to forward the Parameter via URL the following way: http://localhost:8080/job/my

Re: priority sorter plugin

2014-03-03 Thread Jayaprakash D B
>From the main page, I have selected priority strategy to be "Use priority from Build Parameter. And I am using "BuildPriority" as the build parameter name. I have same parameter in the job by extended choice parameter. I submit the build with BuildPriority=4,3,1 respectively. I am expecting

Re: priority sorter plugin

2014-03-03 Thread Baptiste Mathus
This is indeed exactly how we use the priority sorter. Using a parameter. So maybe double check what you did or explain in details here how you proceed. Cheers Le 3 mars 2014 14:07, "Jayaprakash D B" a écrit : > Hi All, > > I am using priority sorter plugin for a project. I want the priority > va

Re: Priority Sorter Plugin

2013-08-02 Thread Felipe Reis
very good JohnA!!! Em quarta-feira, 13 de fevereiro de 2013 13h11min28s UTC-2, JohnA escreveu: > > > > Original Message > From: Adam Mercer > Sent: Tue, 12/02/2013 22:08 > To: jenkins...@googlegroups.com > CC: > Subject: Re: Priority Sorter Plugin

Re: Priority Sorter Plugin

2013-02-13 Thread John A
Original Message From: Adam Mercer Sent: Tue, 12/02/2013 22:08 To: jenkinsci-users@googlegroups.com CC: Subject: Re: Priority Sorter PluginOn Tue, Feb 12, 2013 at 4:13 PM, Adam Mercer wrote: > Thanks, that's what was confusing me. I've adjusted the priorities > according an

Re: Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
On Tue, Feb 12, 2013 at 4:13 PM, Adam Mercer wrote: > Thanks, that's what was confusing me. I've adjusted the priorities > according and I'll see how that effects the behaviour. And that did the trick, jobs are now running with the priority I expect. Thanks! Cheers Adam -- You received this

Re: Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
On Tue, Feb 12, 2013 at 4:07 PM, J Arrizza wrote: > And one last bit of confusion that still manages to bite me: the higher the > priority number, the higher the priority. For some reason, I think #1 is > the highest priority... it isn't, it's the lowest. So your job priority of > 10 is low comp

Re: Priority Sorter Plugin

2013-02-12 Thread J Arrizza
I've been using this plugin for a while (only in Hudson - converting to Jenkins... today.) The priority number is only used to sort the jobs in the queue and not based on jobs already in the executors. This means: - it seems to take a few seconds for the sort to occur. Usually not an issue

Re: Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
On Tue, Feb 12, 2013 at 3:45 PM, Merrow, Frank wrote: > Yep . . . . . . > > All I know is if I want to temporally boost the priority of a job without > losing what the original value "was" . . . I add a zero on the end, save and > it jumps to the front of the queue. At a later time I can come

RE: Priority Sorter Plugin

2013-02-12 Thread Merrow, Frank
y assigned priority. Your mileage may vary. Frank -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Tuesday, February 12, 2013 1:32 PM To: jenkinsci-users@googlegroups.com Subject: Re: Priority Sorter Plug

Re: Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
On Tue, Feb 12, 2013 at 3:26 PM, Merrow, Frank wrote: > The priority for this job. Priorities are used when all executors are busy > to decide which job in the build queue to run next. A job with higher > priority is ran before jobs with lower priorities. > > So the job you want to run first shou

Re: Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
On Tue, Feb 12, 2013 at 3:21 PM, Mandeville, Rob wrote: > Check the open issues list on that plugin. It looks like jobs kicked off by > hand (rather than scheduled automatically) ignore priority sorting. Someone > listed that as a feature there. If you kicked off the priority 10 job by > han

RE: Priority Sorter Plugin

2013-02-12 Thread Merrow, Frank
1. Did you restart Jenkins after installing the plugin (if not, do it now) 2. Does the job have a restriction? Like to "linux" or a specific hostname? The priority module won't force a job to run on a host it wouldn't be allowed to run on without priority. Finally, I'm not sure what "comes

RE: Priority Sorter Plugin

2013-02-12 Thread Mandeville, Rob
Check the open issues list on that plugin. It looks like jobs kicked off by hand (rather than scheduled automatically) ignore priority sorting. Someone listed that as a feature there. If you kicked off the priority 10 job by hand, or the job that gets ahead of you in the queue was kicked off