Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14148

SVN Tag build parameter does not list more than one level

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None

      When trying to use a svn tag as build parameter the tag drop down does not include all tags or branches. For example:

      if the repo URL is https://repo/

      and the repo has the following structure

      +- repo

      --+ trunk

      --+ tags

       
      --+ tag1
       
      --+ tag2

      --+ branches

      --+ user1

       
      --+ branch1
       
      --+ branch2

      --+ user2

      --+ branch1
       
      --+ branch2

      Only

      trunk
      tags/tag1
      tags/tag2
      branches/user1
      branches/user2

      are listed. Is it possible to add parameter that tells the plugin how deep to look for? So that we can have

      trunk
      tags/tag1
      tags/tag2
      branches/user1
      branches/user1/branch1
      branches/user1/branch2
      branches/user2
      branches/user2/branch1
      branches/user2/branch2

          [JENKINS-14148] SVN Tag build parameter does not list more than one level

          Changing this to "improvement"

          Kohsuke Kawaguchi added a comment - Changing this to "improvement"

          Hi Kohsuke Kawaguchi,

          I see that this is just an improvement but is there any workaround on this ? somewhere in the config maybe ? I'm pretty new to Jenkins but it's in our pipeline for our continuous integration.

          Cheers,
          Richard

          Richard Sentino added a comment - Hi Kohsuke Kawaguchi, I see that this is just an improvement but is there any workaround on this ? somewhere in the config maybe ? I'm pretty new to Jenkins but it's in our pipeline for our continuous integration. Cheers, Richard

            Unassigned Unassigned
            gdumont82 Guillaume Dumont
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: