Merge "Use HTTPS when including Zuul status via hideci"

This commit is contained in:
Jenkins 2015-04-01 21:50:58 +00:00 committed by Gerrit Code Review
commit bf3bcc827d

View File

@ -29,7 +29,7 @@ var pipelineNameRegex = /Build \w+ \((\w+) pipeline\)/;
// The url to full status information on running jobs // The url to full status information on running jobs
var zuulStatusURL = 'http://status.openstack.org/zuul'; var zuulStatusURL = 'http://status.openstack.org/zuul';
// The json URL to check for running jobs // 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) { function format_time(ms, words) {
if (ms == null) { if (ms == null) {