You can use the timestamp plugin: - https://wiki.jenkins-ci.org/display/JENKINS/Timestamper
If you use unix you can use the time command too within your build steps as long as they are "execute shell" types: - https://en.wikipedia.org/wiki/Time_(Unix) for instance: time bundle time bundle exec rake build My two cents Friday, 7 October 2016 19:52:55 UTC+2, Mona Pinjani wrote: > 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 ? > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/79e93e6f-21c0-49f0-887f-cfb9f4216c1a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
