• 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 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). ]
          Mark Waite made changes -
          Link New: This issue is related to JENKINS-75259 [ JENKINS-75259 ]
          Mark Waite made changes -
          Released As New: 2.498
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Fixed but Unreleased [ 10203 ]

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

              Created:
              Updated:
              Resolved: