How to display build duration in post-build email notifications in Jenkins for a Maven project?
I’m working on a Jenkins Maven project, and I need to include the time taken for the build to complete in the post-build email notification. However, I couldn’t find any Jenkins-defined environment variables or related plugins that provide this information directly.
Jenkins Freestyle Project
Understanding the Requirements