Skip to content
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

proxy support breaks nodes configuration #14

Open
toinux opened this issue Mar 14, 2023 · 1 comment
Open

proxy support breaks nodes configuration #14

toinux opened this issue Mar 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@toinux
Copy link

toinux commented Mar 14, 2023

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

@toinux toinux added the bug Something isn't working label Mar 14, 2023
@toinux toinux changed the title proxy support from breaks nodes configuration proxy support breaks nodes configuration Mar 14, 2023
@yahavi
Copy link
Collaborator

yahavi commented Aug 31, 2023

@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.

We'd appreciate any feedback on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants