baloise / rocket-chat-notifier

Rocket Chat Notification Plugin for Jenkins
Apache License 2.0
12 stars 47 forks source link

Proxy? #3

Open alvarow opened 8 years ago

alvarow commented 8 years ago

I am passing proxy parameter to my JVM, but the plugin doesn't seem to work with it... does it require proprietary proxy settings?

culmat commented 8 years ago

We currently use http://unirest.io/java.html which in turn uses https://hc.apache.org/httpcomponents-client-4.3.x/index.html We could reuse the proxy set in jenkins, some thing like https://github.com/DataDog/jenkins-datadog-plugin/pull/30/files#diff-532720f1b459de301183a6478a8e6fa5

alvarow commented 8 years ago

That would be ideal it seems

marcellcastelobranco commented 7 years ago

+1 for reusing the proxy set in jenkins.