Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-21900

Progress indicator does not function properly in certain conditions

XMLWordPrintable

      jenkinswalldisplay.js lines 633-635:
      var dateHeader = jqXHR.getResponseHeader("Date");
      var date = new Date(dateHeader);
      serverTime = date.getTime();

      If response headers do not contain Date header (standalone Jenkins?) all currently building jobs progress show 100% complete.

      Also noticed jenkinswalldisplay.js line 813: if (customTheme != null)

      If customTheme is not defined generates an error

            pelle Christian Pelster
            ottawan Ivan Mounitsyn
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: