-
Notifications
You must be signed in to change notification settings - Fork 735
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
add support for proxy #109
Comments
4 tasks
Would this be the reason why my Dockerized Jenkins does not reach my GitHub Enterprise host? I can ping my github enterprise host, but the Oauth fails to callback... :(
|
This library previously relied on the JVM-default proxy setting, but I've added a new method to let the client explicitly control one. |
Hi @kohsuke Thank you!!! I will definitely try the fix... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using the github-oauth-plugin on my jenkins instances. And I need an https proxy to reach github.com access points. Recently the plugin patched its oauth part with support for setting an http proxy via
-Dhttps.proxyHost
&-Dhttps.proxyPort
arguments.However, setting those is still not effective for retrieving user's github group list, which is backed by github-api. So is there a way can I set a proxy for github-api? or we need one
The text was updated successfully, but these errors were encountered: