[JENKINS-36732] Use start time instead of scheduled time in build history.#2460
Conversation
…d times in `BuildTimelineWidget`.
|
Looks reasonable for the default behavior. But I would vote for retaining the original behavior and making it available via request parameter or UI control (e.g. "Display with queue wait times") |
|
Ideally, it would be great to...
|
It might be. |
|
👍 on this change. It's the only sensible behavior without introducing an additional wait time visualization. The proposed option doesn't seem to make sense, as the data is simply wrong right now. |
How often do you use this trend? :) +1 for change as it Build history and not start history.
Queue wait timing is separate plugin feature AFAIR |
Nope, do not have time for it :(
Rarely, because it's not very useful |
That's no need to spend time on it and add complexities :) |
JENKINS-36732
There's a build
Before this fix, the build history displays the build during 10:00 - 10:30.
This fix displays the build during 11:00 - 11:30 correctly.
Before this fix:

After this fix:
