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

Azure Artifacts download url is incorrect when there are "/" in git branch of multibranch pipeline

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • Jenkins: 2.190.3, Azure Artifact Manager: 1.0.4, Pipeline Multibranch: 2.21, Agent OS: Ubuntu with Open JDK 8
    • 0.1.5

      In the multibranch pipeline jobs, when there are "/" in branch, for example: branch "test/dennisxu",  the download url will be <azure blob url>/test%2Fdennisxu/1//test. , which can not be downloaded. While I change the above url to <azure blob url>/test%252Fdennisxu/1//test., it can be downloaded.

      I think there is a bug when the Azure Artifact Manager generate the download url for multibranch pipeline jobs which contains "/" in branch, and the "/" seems not be escaped correctly.

            jieshe Jie Shen
            charryshun david xu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: