-
Notifications
You must be signed in to change notification settings - Fork 5
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
Handle proxy setup for Jenkins-CLI #18
Comments
http://blog.vogella.com/2009/12/08/eclipse-rcp-proxy-preference/ https://stackoverflow.com/questions/120797/how-do-i-set-the-proxy-to-be-used-by-the-jvm
But what about password settings etc.? |
- -Dhttp.proxy etc. is created as prefix to -jar but seems currently not working
Hm... standard http proxy settings are not working correct. Reason seems to be: |
-Djava.net.useSystemProxies=true must be set... than Jenkins CLI will use the given data! |
- the "-p" option is not necessary, system property settings are working now, so removed old code - added some tests for hiding passwords
It would be nice if the proxy settings from eclipse would be used by Jenkins-CLI calls aswell.
So in a enterprise network servers inside cloud can be reached without problems.
The text was updated successfully, but these errors were encountered: