Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: github-oauth-plugin
-
Labels:None
-
Environment:github-oauth-plugin version 1.59
-
Similar Issues:
Description
Suddenly, when using the "Github Commiter" authorization strategy, we're getting an exception. From the log:
WARNING: Caught exception evaluating: it.items in /. Reason: java.lang.reflect.InvocationTargetException
...
Caused by: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: https://api.github.com/repos/[redacted]/collaborators
...
The API endpoint returns:
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}
Attachments
Issue Links
- duplicates
-
JENKINS-24383 Exception when viewing pages after 'Use Github repository permissions' is enabled for github-oauth plugin
-
- Closed
-
Same problem here. Everyone in the 'Admin User Names' list can use Jenkins fine, anybody who's not receives exceptions all over the place.