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

Estimated stage duration miscalculated for in-progress builds

      The estimate duration of the stage includes builds which are still running.

      E.g.

      Build #1 where stage "Wait for CloudFront" took 15 minutes
      Build #2 where stage "Wait for CloudFront" is in progress, currently around 1 minutes.

      The view is estimating that the stage will take 8 minutes ((15 + 1) / 2). Obviously this is incorrect, the best estimate is actually 15 minutes, the average stage duration for all completed builds.

      We can have the discussion on estimate of builds with outliers at some other point (e.g. in BlueOcean) - but excluding builds that are in-progress from the calculation makes sense to me.

          [JENKINS-36023] Estimated stage duration miscalculated for in-progress builds

          There are no comments yet on this issue.

            Unassigned Unassigned
            bwalding Ben Walding
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: