-
Bug
-
Resolution: Fixed
-
Major
-
None
-
github-oauth-plugin 0.25
Before, team names would show up. Now they show as `org.kohsuke.github.GHTeam@e004985`.
Example:
Given the github org 'foo' with the team 'bar', the Organization would show up in my /user/ page as foo*bar.
Now, it shows up as foo*org.kohsuke.github.GHTeam@e004985.
This is breaking permissions, since I cannot give permissions to teams!
This may possibly be related to
JENKINS-34835