kuleuven / jenkins-mattermost-plugin

Jenkins plugin for Mattermost
MIT License
24 stars 46 forks source link

Plugin does not support multiple no-proxy hosts #40

Closed djh82 closed 4 years ago

djh82 commented 4 years ago

Plugin seems to access ProxyConfiguration.noProxyHosts directly and then attempts to convert glob -> regex.

If it used ProxyConfiguration.getNoProxyHostPatterns() then it would be able to handle multiple hosts and avoid the need to try and convert globs to regexes.

covert8 commented 4 years ago

Hi @davidhart82 thanks for the suggestion.

v3.0.2 is now building and will be available shortly.