In the Jenkins \"Extended E-mail Notification\" plugin, I have created a table about the Build and Git reversion numbers, getting the values through the environment variable
Build variables, like $PROJECT_NAME and $BUILD_NUMBER are available directly, since they are created in this build session.
$PROJECT_NAME
$BUILD_NUMBER
For environment variables, you have to use the following syntax: ${ENV, var="GIT_COMMIT"}
${ENV, var="GIT_COMMIT"}