How can I get build time stamp of the latest build from Jenkins? I want to insert this value in the Email subject in post build actions.
This answer below shows another method using "regexp feature of the Description Setter Plugin" which solved my problem as I could not install new plugins on Jenkins due to permission issues:
Use build timestamp in setting build description Jenkins