We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doValidateRepositoryUrlAndCredentials
1 parent 98e3d8a commit 1e6b2e1Copy full SHA for 1e6b2e1
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
@@ -2155,7 +2155,7 @@ public FormValidation doValidateRepositoryUrlAndCredentials(
2155
} finally {
2156
Connector.release(github);
2157
}
2158
- } catch (IOException e) {
+ } catch (Exception e) {
2159
return FormValidation.error(e, "Error validating repository information. " + sb.toString());
2160
2161
return FormValidation.ok(sb.toString());
0 commit comments