|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

It appears that the problem is line 78 of GhprbRepo.java, which is:
repo = gh.getRepository(reponame);
This is inside the checkState() method
This makes a call to the class org.kohsuke.github.GitHub from github-api-1.35.jar. Unfortunately, internally this is hard wired to point to github.com