tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

<Ran for xx minutes, xx seconds > display should not exceed 1 hour #129

Open clemente0731 opened 3 years ago

clemente0731 commented 3 years ago

Describe the bug <Ran for xx minutes, xx seconds > display should not exceed 1 hour

To Reproduce Steps to reproduce the behavior:

  1. Run command '....' whicn exceed 1 hour

Expected behavior Expect the upper-right duration to be displayed normally

Screenshots

image

clemente0731 commented 3 years ago

The job duration is automatically truncated to less than 1 hour, or the hour unit is not displayed

seanf commented 1 year ago

Someone had a PR for this: https://github.com/jenkinsci/pipeline-timeline-plugin/pull/5