[JIRA] (JENKINS-35992) Support ant globs for including/excluding branches

2017-03-01 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35992  
 
 
  Support ant globs for including/excluding branches   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Labels: 
 blueocean scm-api-tidy- scrub rfe  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35992) Support ant globs for including/excluding branches

2017-03-01 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35992  
 
 
  Support ant globs for including/excluding branches   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Labels: 
 blueocean  scm-api-tidy-scrub  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35992) Support ant globs for including/excluding branches

2016-06-23 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35992  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support ant globs for including/excluding branches   
 

  
 
 
 
 

 
 Globs could be converted to run regexps but not generally vice-versa. Note that some fields in `git`, thus also in `github-branch-source`, use a special limited glob implementation, not standard shell globs. It is all over the map. Some UI guidance would be appreciated. BTW Ant patternsets (the proper name) are significantly stronger than globs (but of course still much weaker than regexps). I cannot think of any place where there are used in multibranch config.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35992) Support ant globs for including/excluding branches

2016-06-22 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-35992  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support ant globs for including/excluding branches   
 

  
 
 
 
 

 
 as I understand it the current matching is regex based.  Ant globs: https://confluence.atlassian.com/display/FISHEYE015/5.+Antglob+Reference+Guide (I haven't heard them called that myself, but it is what atlassian calls them).  I believe a translation from globs -> regex should be possible (and possibly not needed in those plugins, where it would be repeated).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35992) Support ant globs for including/excluding branches

2016-06-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35992  
 
 
  Support ant globs for including/excluding branches   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Antonio Muñiz  
 
 
Components: 
 bitbucket-branch-source-plugin, github-branch-source-plugin  
 
 
Created: 
 2016/Jun/16 1:45 AM  
 
 
Labels: 
 blueocean  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 For usability of include/exclude patterns for branch names in multi-branch pipelines we would like to use ant globs. You should be able to specify multiple ant globs if the patterns are comma separated. This is in support of the Blue Ocean story JENKINS-35790.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment