Details
-
Improvement
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
The Jenkins proxy configuration it is not used, in order to use a proxy you have to add the JVM proxy properties.
-Dhttp.proxyHost=192.168.1.100 -Dhttp.proxyPort=8800 -Dhttps.proxyHost=192.168.1.100 -Dhttps.proxyPort=8800
Could be possible to use the Jenkins proxy settings instead?
Attachments
Issue Links
- links to
IMO Jenkins core should rather have the update-center-configured proxy settings synchronized to system properties.