-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: _unsorted, workflow-multibranch-plugin
-
Environment: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.
- links to