Skip to content

Commit

Permalink
[FIXED JENKINS-35641] - Always send usage statistics over HTTPs to th…
Browse files Browse the repository at this point in the history
…e new usage.jenkins.io hostname(#2398)

References INFRA-559
  • Loading branch information
R. Tyler Croy authored and oleg-nenashev committed Jun 10, 2016
1 parent d33df0f commit 01db7d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 01db7d3

Please sign in to comment.