-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins 2.71
BlueOcean 1.1.5 · Core 2.71 · 01baca3
-
-
Blue Ocean 1.3, Blue Ocean 1.4 - beta 1
At the activity view inside a Multi-Branch-Pipeline Project some links are ending in a 404-page while some are working.
I guess it's a problem with a slash inside the branch name. Here are some examples:
Working:
- ../detail/FF-12341/4/pipeline/
Not Working:
- ../detail/release%2F7.2/202/pipeline/
- ../detail/issue%2FFF-12295-versionsnumber-tool/2/pipeline/
I checked the normal Jenkins view and the slash is encoded with %252F there (e.g. ../job/release%252F7.2/)