Hi,
We have freestyle jobs in which we have various bill steps listed as "execute shell".
Ex.
bundle
# Build Ruby Gem
bundle exec rake build
All of these run inside a docker container.
How can I get a list of build times for each of these steps, including the time taken to spin up the docker container ?