-
Bug
-
Resolution: Fixed
-
Major
-
None
The method checkApiUrlValidity() does not work fine when a GitHub Enterprise instance is configured in private mode.
When I've added this method in GitHub API forget to check with this configuration:
public void checkApiUrlValidity() throws IOException { retrieve().to("/", GHApiInfo.class).check(apiUrl); }
Probably, we need to do changes in this plugin (to handle the error) and in GitHub API.
- is related to
-
JENKINS-33228 GitHub server configuration undocumented / duplicated
- Open
- links to