Rebuilt -- include teams as groups#41
Conversation
duplicate: JENKINS-28575 Conflicts: src/main/java/org/jenkinsci/plugins/GithubAuthenticationToken.java src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
|
I'll be back from holidays on Monday but it's fine as is. As you said, it's
|
|
I'll compile and manually test this change over the weekend. If it all works out then I'll merge this and close #36. |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
Apologies to @jcarsique , but I think it's important that things get merged and out the door in a new release soon.
I've retained authorship information in this PR, so no worries about correct attribution.
@samrocketman has stated that once #36 is merged, he'll cut the next release.
A major impediment to merging #36 is that it conflicts with the current master.
By just cherry-picking the content-ful change and ignoring the formatting fixes, I was able to narrow that down to just two files:
src/main/java/org/jenkinsci/plugins/GithubAuthenticationToken.java
src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
I resolved the conflicts and the result is passing the testsuite locally.
I'm now opening this as an intentional duplicate of #36 , and hoping that the tests will pass on the cloudbees jenkins server as well.