-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Enterprise #1
Conversation
Jenkins » github-oauth-plugin #8 SUCCESS |
@mocleiri what are your thoughts? |
Thanks for your contribution to the plugin. This other commit (ff357ac) you made seems to break non github enterprise users, see here: Does this pull request fix both issues from the 0.13 release? I've just handed off the maintainer-ship of this plugin to @skottler so hopefully he can comment on this. If both don't work then probably a checkbox in the plugin settings would be the way to go to support both cases. |
This reverts commit ff357ac.
Jenkins » github-oauth-plugin #10 SUCCESS |
Thanks @johnou! I poke with some folks over at Github about getting a testing instance, which I should have access to in the next few days so I can try this out. |
@skottler let me know if you get a better response..
|
I personally some employees over there so they've have already agreed to give me an instance. I'm just waiting to hear back about access details. |
Hi guys, I'm going to give this plugin a spin. I have access to a couple of (firewalled) GitHub Enterprise instances. Let me know if I can be of any assistance in testing the plugin or helping things along with the GitHub people. |
@skottler how's it looking? |
@skottler bump! I have access to a GHE instance here and we are using a vendored version of this library with a change much like this. I'll try to replace it wholesale with this version to see if things still work, if you haven't managed to get ahold of a GHE yourself yet. |
@@ -63,7 +63,7 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>github-api</artifactId> | |||
<version>1.34</version> | |||
<version>1.28</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this dependency version drop a necessary part of this change?
See #11 |
1 - Require 2.332.4 as minimum Jenkins version
Proposed fix for GitHub Enterprise, discussion at hub4j/github-api#29