jenkinsci / cisco-spark-notifier-plugin

Sends messages to Spark rooms from Jenkins
https://plugins.jenkins.io/cisco-spark-notifier/
MIT License
6 stars 4 forks source link

Plugin does not use web proxy #11

Open brilong opened 5 years ago

brilong commented 5 years ago

My team requires the use of a HTTP web proxy. We have the system-wide plugin proxy set, but this plugin appears to be reaching directly from our Jenkins server to the Cisco Webex Teams API servers. Have you verified the plugin uses system-wide plugin proxy settings? Thank you.

t-patt commented 5 years ago

You can set these these JVM properties when you start jenkins (if you have access to do this): -Dhttps.proxyHost and -Dhttps.proxyPort

Currently it does not use the system-wide plugin proxy (I assume you mean the proxy you can set in the Manage Plugins configuration). That would be a nice enhancement though.