-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.5
Github Authentication plugin 0.23
Plugin is not retrieving items from github, or it is not setting on user
- is related to
-
JENKINS-34835 GitHub team should be referenced by slug not name
-
- Resolved
-
I think I understand how to fix this. This is a two part issue. The first is improperly checking for teams as a normal user (I know how to fix this). The other issue is related to
JENKINS-34835where teams are inconsistently referred by name instead of slug (slug is what it should be using). To understand the name vs slug check out the GitHub API response example in https://developer.github.com/v3/orgs/teams/#list-teams. I'll create a patch which helps address some of the exceptions.