I have a Jenkins Job that polls subversion periodically. When the build kicks off I would like the Jenkins job to obtain the SVN Rev # for "file X" from the PREVIOUS Jenkins Build.
The reason I want this revision number is so I can implement a script that does an "svn diff" between previous Jenkins Build "file X" and the working copy "file X". If there are differences, then "file X" needs to execute. If there are no differences then it can skip to "file Y".
These files take a long time to run :)