-
New Feature
-
Resolution: Won't Do
-
Major
Timestamper makes it easy to see details about how long individual commands take (thanks!). But some of my projects have many build steps, each with many commands that generate a ton of console log output, so it's time-consuming to wade through the console output to answer the big-picture question "why does this job take so long to build?".
It would be handy if Timestamper could provide a summary table (maybe on the build overview page) showing the total duration of each build step and post-build action, so it's easy to see which steps to focus on when I need to improve the build speed. The table could link to the first console line of each build step.
I've recreated my jobs as pipelines, which provide per-build-step timings.
Closing this issue since I no longer have a need for it in freestyle builds as I initially proposed.