Using Jenkins 2.138.3 and Subversion plugin on a windows machine. When doing a checkout from SVN server, SVN_REVISION environment variable isn't available as when trying to get the value all it return is empty string.
I have tried to use ${SVN_REVISION} & ${SVN_REVISION_1} but none of them return any revision number.
How can I get the SVN_REVISION number as environment variable or alternatively a simple solution to retrieve it in jenkins as a parameter?
Project type is FreeStyle project.
Edit:
Raised Issue with Jenkins here