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

Multibranch projects with "/" in the branch name need to escape the branch name before fetching

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • blueocean-plugin
    • None

      When you go to https://ci.blueocean.io/blue/organizations/jenkins/blueocean-demo-project/detail/feature%2Fnewhotness/1/pipeline you will get ttps://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/blueocean-demo-project/branches/feature/newhotness/runs/1/nodes/12/steps 404 (Not Found) in the console. The url should be https://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/blueocean-demo-project/branches/feature%252Fnewhotness/runs/1/nodes/12/steps/ need to validate with cliffmeyers regarding the escaping of the branch names.

            Unassigned Unassigned
            tscherler Thorsten Scherler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: