[JIRA] (JENKINS-36854) Multi Branch project only adds the first SCM source to the generated jobs

2016-07-22 Thread mjdetul...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew DeTullio edited a comment on  JENKINS-36854  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multi Branch project only adds the first SCM source to the generated jobs   
 

  
 
 
 
 

 
 That's not how Branch Sources work.  By adding multiple sources, you're only providing multiple places to find a list of branches which will produce jobs with a single SCM.  Multiple SCMs isn't currently a supported use case as far as I know.  Semantically there are also a lot of problems with it.   For example, the subprojects are named by branch.  If you have multiple SCMs that requires a special naming strategy. I recommend looking into Pipeline to see if it will support what you're trying to do.  If not, then you should create a feature request with the Multiple SCMs plugin to implement multi-branch project support.  
 

  
 
 
 
 

 
 
 

 
 
 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-36854) Multi Branch project only adds the first SCM source to the generated jobs

2016-07-22 Thread mjdetul...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew DeTullio resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36854  
 
 
  Multi Branch project only adds the first SCM source to the generated jobs   
 

  
 
 
 
 

 
Change By: 
 Matthew DeTullio  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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-36854) Multi Branch project only adds the first SCM source to the generated jobs

2016-07-22 Thread mjdetul...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew DeTullio commented on  JENKINS-36854  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multi Branch project only adds the first SCM source to the generated jobs   
 

  
 
 
 
 

 
 That's not how Branch Sources work. By adding multiple sources, you're only providing multiple places to find a list of branches which will produce jobs with a single SCM. Multiple SCMs isn't currently a supported use case as far as I know. Semantically there are also a lot of problems with it. I recommend looking into Pipeline to see if it will support what you're trying to do. If not, then you should create a feature request with the Multiple SCMs plugin to implement multi-branch project support.  
 

  
 
 
 
 

 
 
 

 
 
 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-36854) Multi Branch project only adds the first SCM source to the generated jobs

2016-07-21 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Weber created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36854  
 
 
  Multi Branch project only adds the first SCM source to the generated jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Matthew DeTullio  
 
 
Components: 
 multi-branch-project-plugin  
 
 
Created: 
 2016/Jul/21 6:30 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Martin Weber  
 

  
 
 
 
 

 
 My project is set up to monitor and check out from 2 SCM sources of Git-type. While polling works as expected, the generated jobs use only the first SCM source. As a workaround, I tried to add a single Single Repository-type source with 'Mutiple SCMs', but then the SCM-selection list is empty (may a bug in scm-api-plugin)   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment