Skip to content

Commit

Permalink
[JENKINS-33318] Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 18, 2016
1 parent 819673c commit 643c7cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -117,6 +117,7 @@ public FormValidation doCheckApiUri(@QueryParameter String apiUri) {
GitHub github = GitHub.connectToEnterpriseAnonymously(api.toString());
github.checkApiUrlValidity();
LOGGER.log(Level.FINE, "Trying to configure a GitHub Enterprise server");
// For example: https://api.github.com/ or https://github.mycompany.com/api/v3/ (with private mode disabled).
return FormValidation.ok("GitHub Enterprise server verified");
} catch (MalformedURLException mue) {
// For example: https:/api.github.com
Expand Down

0 comments on commit 643c7cd

Please sign in to comment.