|
||||||||
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 newest option to "List Subversion tags" build parameters
martin.grot...@googlemail.com (JIRA) Tue, 19 Jun 2012 02:04:23 -0700
- [JIRA] (JENKINS-9828) Add select newe... martin.grot...@googlemail.com (JIRA)
- [JIRA] (JENKINS-9828) Add select... martin.grot...@googlemail.com (JIRA)
- [JIRA] (JENKINS-9828) Add select... danki...@java.net (JIRA)
- [JIRA] (JENKINS-9828) Add select... martin.grot...@googlemail.com (JIRA)
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?