Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-33318] Reverted a modified line
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 18, 2016
1 parent 6f511f4 commit c990cdf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -468,6 +468,7 @@ public FormValidation doCheckScanCredentialsId(@AncestorInPath SCMSourceOwner co
return FormValidation.error("Invalid credentials");
}
} catch (IOException e) {
// ignore, never thrown
LOGGER.log(Level.WARNING, "Exception validating credentials " + CredentialsNameProvider.name(credentials) + " on " + apiUri);
return FormValidation.error("Exception validating credentials");
}
Expand Down

0 comments on commit c990cdf

Please sign in to comment.