|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-9828) Add select newe... [email protected] (JIRA)
- [JIRA] (JENKINS-9828) Add select... [email protected] (JIRA)
- [JIRA] (JENKINS-9828) Add select... [email protected] (JIRA)
- [JIRA] (JENKINS-9828) Add select... [email protected] (JIRA)

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 = "" 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 should also be achieved with this issue AFAIU). Is this possible, what am I doing wrong?