[JIRA] (JENKINS-41553) Git plugin should get list of submodules from git submodule status cmd

2017-02-06 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Mark Waite  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41553  
 
 
  Git plugin should get list of submodules from git submodule status cmd   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 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-41553) Git plugin should get list of submodules from git submodule status cmd

2017-01-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41553  
 
 
  Git plugin should get list of submodules from git submodule status cmd   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 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-41553) Git plugin should get list of submodules from git submodule status cmd

2017-01-30 Thread bernard.lan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bernard Landon created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41553  
 
 
  Git plugin should get list of submodules from git submodule status cmd   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2017/Jan/30 8:20 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Bernard Landon  
 

  
 
 
 
 

 
 At the moment, the git plugin tries to get the list of submodule by parsing the config: git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url If you switch between different branches, you could end up with submodules defined in the config file but not used by git (as a git submodule status command shows). The git plugin will then try to update all found submodules in the config and fail when trying to update an unused - but in .git/config - submodule. That's why it would be better to retrieve the list of submodules from the git submodule status command instead. <
 /td> 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment