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

Priority Sorter Plugin

2019-05-23 Thread Adam Ben-David
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 each view we have a number of individual jobs: View A.1 View A.2 View A.3 View B.1 View B.2 View B.3 What I

Priority Sorter Plugin

2019-05-21 Thread Adam Ben-David
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 each view we have a number of individual jobs: View A.1 View A.2 View A.3 View B.1 View B.2 View B.3 What I

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

Jenkins Priority Sorter Plugin

2016-02-11 Thread Jenkins
Hello Jenkins Users, Please help me in configuring the Jenkins Priority Sorter Plugin. How Jenkins would notify the scheduler/Job scheduled on the type of build and component area that the build is for? Can priority be bumped dynamically once the jobs are queued? Please help me on this, I am

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

Priority Sorter plugin fair queuing

2015-07-10 Thread ambrose nikale
Hi, I am trying to understand how fair queuing and weighted fair queuing works. I set the priority strategy as Absolute and started multiple builds of the a single job with different priorities and teh jobs queued up in the priority order and not he order in which they were started as expected

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
eter. > 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 >&

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.

priority sorter plugin

2014-03-03 Thread Jayaprakash D B
Hi All, I am using priority sorter plugin for a project. I want the priority values to be set as part of parametrized value. If I am not wrong, it's not supported directly. Under Job Priorities page, I tried setting the "Use priority from Build parameter option". For "Bui

Priority sorter plugin / multi-configuration project

2013-09-09 Thread CHAVANNE Robert
Hi all, Ia m using Jenkins version 1.523 and priority sorter plugin version 1.3. I have been trying to set priority for different multi-configuration projects A and B but it does not seem to be taken into account. If I run a build of A with priority 100 and then if I run a build of B with priority

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
e > ignored and jobs are assigned to build hosts in the order in which > they appear in the queue. > > Any idea why this priority is being ignored? > > Cheers > > Adam > > [1] <https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin> > > -- >

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
Frank -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Tuesday, February 12, 2013 1:13 PM To: jenkinsci-users@googlegroups.com Subject: Priority Sorter Plugin Hi I'm using the Priority Sorter P

RE: Priority Sorter Plugin

2013-02-12 Thread Mandeville, Rob
insci-users@googlegroups.com Subject: Priority Sorter Plugin Hi I'm using the Priority Sorter Plugin[1] as I'd like one project to use the next available build host regardless of the other jobs ahead of it in the queue. According to the documentation for the plugin: "This plugin al

Priority Sorter Plugin

2013-02-12 Thread Adam Mercer
Hi I'm using the Priority Sorter Plugin[1] as I'd like one project to use the next available build host regardless of the other jobs ahead of it in the queue. According to the documentation for the plugin: "This plugin allows jobs waiting in the build queue to be sorted by a