On June 24th, GitHub made some breaking changes to the api. See https://developer.github.com/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/
I am currently using the Jenkins GitHub Oauth plugin which uses the getMyOrganizations method defined at https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L333
Unfortunately this method relies on the API endpoint https://api.github.com/users/orgs which no longer works.
On June 24th, GitHub made some breaking changes to the api. See https://developer.github.com/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/
I am currently using the Jenkins GitHub Oauth plugin which uses the
getMyOrganizationsmethod defined at https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L333Unfortunately this method relies on the API endpoint https://api.github.com/users/orgs which no longer works.