[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-06-02 Thread vorobieva...@yandex.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Vorobiev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33588 
 
 
 
  Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Alexander Vorobiev 
 
 
 

Component/s:
 
 workflow-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-04-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33588 
 
 
 
  Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Component/s:
 
 workflow-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-28 Thread e...@switchbeat.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Magnus Sandberg commented on  JENKINS-33588 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 
 
The Folder list should not be empty if you have Folders in your setup. 
When it comes to new ways to prioritize jobs it is as easy as adding a new implementation of the correct extension point (https://github.com/jenkinsci/priority-sorter-plugin/blob/master/src/main/java/jenkins/advancedqueue/priority/PriorityStrategy.java). 
I have no time to work on additions to the plugin right now but I'd be happy to review any pull request. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-28 Thread vorobieva...@yandex.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Vorobiev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33588 
 
 
 
  Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Alexander Vorobiev 
 
 
 
 
 
 
 
 
 
 As a development team with github organization account and with limited CI servers bandwidth we would like to have commits on production branches to be built before the intermediate commits to personal development branches.In addition some repositories are more critical then the others, so builds for that repositories need to be prioritized.In Jenkins 1.x I could manage this with Priority Sorter Plugin in combination with Views and Jobs properties.I could not find a way to do it for the organization folder with pipeline as code.For example for Git Flow I need branches that match 'hotfix/.*' have more priority than  '  master '  branch which is above 'release/.*' branches which is above Dev branch and above all the other branches. One more job type in Jenkins 2.0 is Pull Request. There might be Pull request to hot fix branches/to master/to release/to feature development branches, while there is no way to determine this. It makes sense to prioritize it by PR title. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-19 Thread vorobieva...@yandex.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Vorobiev created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33588 
 
 
 
  Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Magnus Sandberg 
 
 
 

Components:
 

 prioritysorter-plugin, workflow-plugin 
 
 
 

Created:
 

 16/Mar/16 12:53 PM 
 
 
 

Environment:
 

 Jenkins 2.0, organization folders 
 
 
 

Labels:
 

 workflow github 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Alexander Vorobiev 
 
 
 
 
 
 
 
 
 
 
As a development team with github organization account and with limited CI servers bandwidth we would like to have commits on production branches to be built before the intermediate commits to personal development branches. In addition some repositories are more critical then the others, so builds for that repositories need to be prioritized. 
In Jenkins 1.x I could manage this with Priority Sorter Plugin in combination with Views and Jobs properties. I could not find a way to do it for the organization folder with pipeline as code. 
For example for Git Flow I need branches that match 'hotfix/.' have more 

[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-19 Thread vorobieva...@yandex.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Vorobiev commented on  JENKINS-33588 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 
 
I expected that for repos prioritization I could use Jobs included in Folder strategy, but in my installation of Jenkins 2.0 with several repos: if I go to Job Priorities > JobGroup > Jobs included in Folder, Apply to Jobs in Folder list is empty. 
Yet I see no other strict way to priorities repos jobs... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-19 Thread e...@switchbeat.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Magnus Sandberg commented on  JENKINS-33588 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 
 
The plugin primarily work on a Job. I guess that different repos are build by different Jobs so that should not be a problem for you. 
Making prioritization in branch would (probably) require some new extension to the plugin - or as a work around you could have different Jobs for different branches and that would solve the issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-19 Thread vorobieva...@yandex.ru (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Vorobiev commented on  JENKINS-33588 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 
 
Agree, but I assume that 'Apply to Jobs in Folder' should list available folders. The problem is that list of folder is empty, so I cannot specify a folder. I did not expect jobs there, sorry for ambiguous explanation. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter-plugin] (JENKINS-33588) Branches and Repositories prioritization

2016-03-19 Thread e...@switchbeat.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Magnus Sandberg commented on  JENKINS-33588 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Branches and Repositories prioritization  
 
 
 
 
 
 
 
 
 
 
On the Priority Sorter Configuration you will not get the current list of Jobs - but the sorter will apply the priority to any Job it find in the specified Folder. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.