This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      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.

            Assignee:
            Manuel Recena Soto
            Reporter:
            Manuel Recena Soto
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: