|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

InterruptedException is catched in method org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(ArgumentListBuilder, File, EnvVars, Integer)
There it is wrapped in GitException to add some message. Nevertheless, the method is declared to throw InterruptedException. So, it whould be no problem to make the following change
Do you prefer this approach instead of creating separate exception class?