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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Hi! Thanks for the great plugin.
We have a remote job that currently works with curl, using env var http_proxy. We can't get the build to work using the plugin, so I was assuming it is because it does not use http_proxy. I'm mediocre at java, but I will try to submit a patch. I just wanted to put this out there in case others are having the same issue.
The text was updated successfully, but these errors were encountered:
Good find.
You're actually the first to report such an issue, but you're right. The plugin doesn't do anything special to use a proxy when connecting to the remote server.
This should be a relatively easy fix once I figure out how to access Jenkins' environment variables :-p
Hi! Thanks for the great plugin.
We have a remote job that currently works with curl, using env var http_proxy. We can't get the build to work using the plugin, so I was assuming it is because it does not use http_proxy. I'm mediocre at java, but I will try to submit a patch. I just wanted to put this out there in case others are having the same issue.
The text was updated successfully, but these errors were encountered: