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

Multibranch Pipeline Project vs SVN branches

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • pipeline
    • ubuntu lts 14.04, jenkins 2.1

      Hi,

      i d'like to use the multibranch Feature with Workflow Plugin Pipelines but it's nearly not possible because of some weird naming for branches.

      Lets say i have specified some SVN URL svn://URL/Project.
      Under this URL there are a trunk Folder (svn://URL/Project/trunk) and some branch Folders (svn://URL/Project/branches/1.0, svn://URL/Project/branches/2.0).

      Jenkins scans the structure and creates 3 Projects:

      • trunk
      • branches/1.0
      • branches/2.0

      The branches here cause some trouble because of the "/" thats handled like "branches%2F1.0".

      Docker & Others tools are throwing errors with this kind of project naming.

      Is it possible to change branches only to have the last part after the "/" as name?

            jglick Jesse Glick
            heinzepreller heinzepreller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: