According to the help description, List Subversion tags is supposed to:
Notice that you can set the Repository URL field to a Subversion repository root rather than just pointing to a tags dir (ie, you can set it to https://svn.jenkins-ci.org rather than https://svn.jenkins-ci.org/tags). In that case, if this repository root contains the trunk, branchesand tags folders, then the dropdown will allow the user to pick the trunk, or a branch, or a tag.
I have a repository that contains a number of different projects, each of which has a ./trunk, ./branch, ./tag structure. When I set the Repository URL to the root of a project, I only see branch, tag, trunk, I don't see the branches in ./branch or the tags in ./tag.
Is this only supposed to work when the URL is pointing to a repository root? Do many people actually create a separate repository for each and every project? I'd not have expected so.
Or is this a bug? Or am I simply doing something wrong?
Thanks.
Sent from my NOOK
Les Mikesell <lesmi...@gmail.com> wrote:
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/4OpQ3BSSdyo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Only "trunk" shows up in the dropdown. The pattern only seems to be applied one directory deep.
BTW - despite my earlier post, my repository does use "branches" and "tags", plural, as is the standard convention.
I' m running Jenkins on Windows - could this be an OS-dependant problem.