Re: Email-Ext , Subversion Repo URL in Jelly script

2013-06-28 Thread Slide
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

Email-Ext , Subversion Repo URL in Jelly script

2013-06-28 Thread Kamal Ahmed
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}