• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • 2.498

      The progress bars for builds inside the "Build Executor Status" sidebar are all (or nearly all) showing unknown progress.

      It is as if the estimating is broken.

          [JENKINS-49749] progress-bar isn't showing an estimate

          Christian Höltje created issue -
          Christian Höltje made changes -
          Description Original: The progress bars for builds inside the "Build Executor Status" sidebar are missing.

          I don't see any errors in the JavaScript console.

          The HTML looks like this:


          {noformat}
          <table tooltip="Started 1 hr 27 min ago<br> Estimated remaining time: N/A" style="cursor:pointer" href="/job/watson-engagement-advisor/job/conversation-vault/job/develop/244/console" class="progress-bar " title="Started 1 hr 27 min ago<br> Estimated remaining time: N/A">
            <tbody>
              <tr class="unknown">
                <td></td>
              </tr>
            </tbody>
          </table>
          {noformat}


          I find the {{class=unknown}} suspicious.
          New: The progress bars for builds inside the "Build Executor Status" sidebar are missing.

          I don't see any errors in the JavaScript console.

          The HTML looks like this:


          {noformat}
          <table tooltip="Started 1 hr 27 min ago<br> Estimated remaining time: N/A" style="cursor:pointer" href="/job/develop/244/console" class="progress-bar " title="Started 1 hr 27 min ago<br> Estimated remaining time: N/A">
            <tbody>
              <tr class="unknown">
                <td></td>
              </tr>
            </tbody>
          </table>
          {noformat}


          I find the {{class=unknown}} suspicious.

          Christian Höltje added a comment - - edited

          Christian Höltje added a comment - - edited Possibly related? https://groups.google.com/forum/#!topic/jenkinsci-users/BdKmRrkjir4
          Christian Höltje made changes -
          Summary Original: progress-bar isn't shown anymore New: progress-bar isn't showing an estimate
          Christian Höltje made changes -
          Description Original: The progress bars for builds inside the "Build Executor Status" sidebar are missing.

          I don't see any errors in the JavaScript console.

          The HTML looks like this:


          {noformat}
          <table tooltip="Started 1 hr 27 min ago<br> Estimated remaining time: N/A" style="cursor:pointer" href="/job/develop/244/console" class="progress-bar " title="Started 1 hr 27 min ago<br> Estimated remaining time: N/A">
            <tbody>
              <tr class="unknown">
                <td></td>
              </tr>
            </tbody>
          </table>
          {noformat}


          I find the {{class=unknown}} suspicious.
          New: The progress bars for builds inside the "Build Executor Status" sidebar are all (or nearly all) showing unknown progress.

          It is as if the estimating is broken.
          Christian Höltje made changes -
          Comment [ Also, the CSS rules for the {{progress-unknown.gif}} or {{progress-unknown-red.gif}} isn't working. I think it needs a {{td}} at the end of the selectors:

          https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/css/style.css#L1601

          and

          https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/css/style.css#L1617 ]
          Christian Höltje made changes -
          Comment [ I filed a fix for the CSS here: https://github.com/jenkinsci/jenkins/pull/3314

          But there is still a problem with _most_ of my builds having no progress meter (e.g. they are unknown). ]

          Oleg Nenashev added a comment -

          Likely a duplicate, we have several reports about ETA estimations not working properly.
          CC jimilian

          Oleg Nenashev added a comment - Likely a duplicate, we have several reports about ETA estimations not working properly. CC jimilian

          I figured it was a duplicate, but I couldn't find any. Probably because I didn't use the right term(s).

          Christian Höltje added a comment - I figured it was a duplicate, but I couldn't find any. Probably because I didn't use the right term(s).

          Mark Waite added a comment -

          Marking this as Fixed but unreleased by https://github.com/jenkinsci/jenkins/pull/10259 as noted in JENKINS-75259. The original report was not caused by the change that caused JENKINS-75259, but that is the only recent case where build status is not being shown in the build executors widget.

          Mark Waite added a comment - Marking this as Fixed but unreleased by https://github.com/jenkinsci/jenkins/pull/10259 as noted in JENKINS-75259 . The original report was not caused by the change that caused JENKINS-75259 , but that is the only recent case where build status is not being shown in the build executors widget.
          Mark Waite made changes -
          Link New: This issue is related to JENKINS-75259 [ JENKINS-75259 ]

            Unassigned Unassigned
            docwhat Christian Höltje
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: