提交 01db7d36 编写于 作者: R R. Tyler Croy 提交者: Oleg Nenashev

[FIXED JENKINS-35641] - Always send usage statistics over HTTPs to the new...

[FIXED JENKINS-35641] - Always send usage statistics over HTTPs to the new usage.jenkins.io hostname(#2398)

References INFRA-559
上级 d33df0f2
......@@ -34,7 +34,7 @@ THE SOFTWARE.
<j:if test="${it.due}">
<script>
Behaviour.addLoadEvent(function() {
loadScript("${app.isRootUrlSecure()?'https':'http'}://usage.jenkins-ci.org/usage-stats.js?${it.statData}");
loadScript("https://usage.jenkins.io/usage-stats.js?${it.statData}");
});
</script>
</j:if>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册