diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js index 5a1f3a9be3..e8eee4bbcf 100644 --- a/modules/openstack_project/files/gerrit/hideci.js +++ b/modules/openstack_project/files/gerrit/hideci.js @@ -29,7 +29,7 @@ var pipelineNameRegex = /Build \w+ \((\w+) pipeline\)/; // The url to full status information on running jobs var zuulStatusURL = 'http://status.openstack.org/zuul'; // The json URL to check for running jobs -var zuulStatusJSON = 'http://zuul.openstack.org/status.json'; +var zuulStatusJSON = 'https://zuul.openstack.org/status.json'; function format_time(ms, words) { if (ms == null) {