Sonar jira 插件无法连接到内部 jira 服务器。
在我们公司,必须通过代理建立与外部资源的连接。我们的 jira 服务器在内部托管,例如在http://myjira
.
在浏览器的代理设置中,我必须将 myjira 主机名添加到被忽略的主机列表中。
是否可以告诉 Sonar 和我的浏览器做同样的事情?
谢谢,
不过,假设您在同一网络上同时运行声纳和 jira,这应该不是问题。
我会更新您的 sonar.properties 文件并设置 sonar 的代理设置。
#---------------------------------------------------------
# UPDATE CENTER
#---------------------------------------------------------
# The Update Center requires an internet connection to request
# http://update.sonarsource.org
# It is activated by default:
#sonar.updatecenter.activate=true
# HTTP proxy (default none)
http.proxyHost=host
http.proxyPort=port
# NT domain name if NTLM proxy is used
#http.auth.ntlm.domain=
# SOCKS proxy (default none)
#socksProxyHost=
#socksProxyPort=
# proxy authentication. The 2 following properties are used for
# HTTP and SOCKS proxies.
http.proxyUser=user
http.proxyPassword=password