-
Bug
-
Resolution: Fixed
-
Major
-
None
-
0.24
-
-
0.35
The GitHub OAuth plugin adds a user's organizations and teams as Jenkins groups when authenticating through GItHub.
The pattern for teams is: organization.login*team.name
Instead of team.name, Jenkins should store the group name as team.slug. Team slugs are unique per organization and are more URL path / script friendly.
Reference: https://developer.github.com/v3/orgs/teams/#list-teams
- is related to
-
JENKINS-34896 Not retrieving teams
-
- Resolved
-
- links to
Andy, have you had a chance to look at this further?