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.
Generate environment variables from script (Unix script) :
echo "BUILD_DATE=$(date +%F-%T)"