I want jenkins to automatically select the latest tag for build. I have configured the build parameter
List Subversion Tags with
Name = SVN_TAG
Repository URL = "" href="http://someproj.googlecode.com/svn/tags">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 = "" href="http://someproj.googlecode.com/svn/tags/$SVN_TAG">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 (which was also the goal of this issue AFAIU).
Is this possible, what am I doing wrong?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to