ProxySettings.groovy ファイルで、http.nonProxyHosts プロパティに 2 つ以上のホストを指定する方法を教えてください。
myproxy=['http.proxyHost':'proxy.mydomain.com', 'http.proxyPort':'8080', 'http.proxyUser':'XPTO', 'http.proxyPassword':'123456', 'http.nonProxyHosts': ??? ]
currentProxy="myproxy"
で ???次のことを試しましたが、効果はありませんでした。
['200.150.1.100', '201.160.1.200']
'200.150.1.100,201.160.1.200'
'200.150.1.100;201.160.1.200'