[JIRA] [git-plugin] (JENKINS-32481) git plugin does not retry when submodule update fails

2016-02-26 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32481 
 
 
 
  git plugin does not retry when submodule update fails  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-32481) git plugin does not retry when submodule update fails

2016-02-19 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacob Keller commented on  JENKINS-32481 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: git plugin does not retry when submodule update fails  
 
 
 
 
 
 
 
 
 
 
This is fixed by https://github.com/jenkinsci/git-plugin/pull/374 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-32481) git plugin does not retry when submodule update fails

2016-01-15 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacob Keller created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32481 
 
 
 
  git plugin does not retry when submodule update fails  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 

Components:
 

 git-plugin 
 
 
 

Created:
 

 15/Jan/16 10:58 PM 
 
 
 

Environment:
 

 Jenkins 1.643  Git Plugin 2.5.0-beta3 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jacob Keller 
 
 
 
 
 
 
 
 
 
 
I have a proposed pull request to resolve this issue. 
The Git Plugin does not issue an IOException when git-submodule fails due to network failure or similar which would issue a retry when the normal git checkout fails. Instead it issues a GitException which causes the plugin to fail instead of retry like it is supposed to when RetryCount is set to something other than 0. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment