You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original install-plugins.sh, as well as Jenkins itself supports basic authentication for HTTP(s) proxies, however, the README states that something like CNTLM is required to achieve the same functionality. The JVM properties http(s).proxy[User/Password] are in common enough use, as are authenticated corporate proxies, that that they ought to be supported. Deprecating install-plugins.sh without porting this existing functionality would break many setups when install-plugins.sh is eventually removed.
The text was updated successfully, but these errors were encountered:
I think this issue can be closed. The plugin-installation-manager tool supports proxy via default java options (-Dhttps.proxyHost etc)
See also project readme.md. Works for me.
Dependencies
N/A
Feature Request
The original install-plugins.sh, as well as Jenkins itself supports basic authentication for HTTP(s) proxies, however, the README states that something like CNTLM is required to achieve the same functionality. The JVM properties http(s).proxy[User/Password] are in common enough use, as are authenticated corporate proxies, that that they ought to be supported. Deprecating install-plugins.sh without porting this existing functionality would break many setups when install-plugins.sh is eventually removed.
The text was updated successfully, but these errors were encountered: