Hi, I want jenkins to automatically select the latest tag for a build.
I have configured the build parameter "List Subversion Tags" with Name = SVN_TAG Repository URL = http://someproj.googlecode.com/svn/tags Maximum tags to display = 1 Sort newest first = true The Source Code Management / Subversion is configured with Repository URL = http://someproj.googlecode.com/svn/tags/$SVN_TAG When I trigger a build (manually) jenkins tells me that "This build requires parameters:" and provides a drop down for SVN_TAG with a single value. Instead, I expect jenkins to build this tag automatically. I have also configured "Poll SCM" as build trigger, and the subversion polling log tells that "Location 'http://reflectasm.googlecode.com/svn/tags/$SVN_TAG' does not exist" Is it possible to automatically build the latest svn tag, what's the correct configuration for this? Thanx && cheers, Martin
