build is the AbstractBuild item, you can see the JavaDoc at [1] for it.
You'd need to read up on how to access the environment variables for the
AbstractBuild and convert that into Jelly.
I've been recommending to people that they move away from Jelly to Groovy
templates, they are much easier to
I can get the Subversion Repo URL, for the Job as:
Subversion URL: ${ENV, var="SVN_URL"}
But, is it possible to have the same in jelly script, like "build.svn_url" so i
can display it as part of the email with the same fonts, etc
Project: ${project.name} Date of
build: ${it.timestampString}