I\'d like to do something along the lines of:
This is overly simple and just demonstrates what I\'d like to do. Basically, I want to be able to store and access vari
Jenkins allows you to inject environment variables to the build process. Maybe all you have to do is Inject the Start time and End Time as environment variables and access them across your build steps.