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
I use the jenkins master with a local proxy server (127.0.0.1:8080) to fetch plugins from outside of the local network. Artifactory is running on a local server, so no proxy needed in this case.
commit 3448dd9 forces nodes to inherit from controller proxy configuration and breaks at least jfrog client automatic installation.
Is it possible to add an option to disable proxy configuration, or eventually a no_proxy parameter to whitelist hosts on local network ?
Thank you.
Current behavior
Nodes try to connect to proxy 127.0.0.1:8080 which exists only on jenkins master.
Reproduction steps
No response
Expected behavior
No response
JFrog plugin version
1.2.0
JFrog CLI version
latest
Operating system type and version
rhel7
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered:
@toinux
We recently released Jenkins JFrog plugin 1.5.0. This version includes support for "No proxy hosts".
Just add "127.0.0.1" to the "No proxy hosts".
Read more about it under Using HTTP/S Proxy.
Describe the bug
Hello,
I use the jenkins master with a local proxy server (127.0.0.1:8080) to fetch plugins from outside of the local network. Artifactory is running on a local server, so no proxy needed in this case.
commit 3448dd9 forces nodes to inherit from controller proxy configuration and breaks at least jfrog client automatic installation.
Is it possible to add an option to disable proxy configuration, or eventually a no_proxy parameter to whitelist hosts on local network ?
Thank you.
Current behavior
Nodes try to connect to proxy 127.0.0.1:8080 which exists only on jenkins master.
Reproduction steps
No response
Expected behavior
No response
JFrog plugin version
1.2.0
JFrog CLI version
latest
Operating system type and version
rhel7
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: