Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: pipeline-aggregator-view-plugin
-
Labels:None
-
Environment:
-
Similar Issues:
Description
We use Multibranch Pipeline in Jenkins.
Following GitFlow process, branch names contain "/", so full job name is like myproject/feature%2Fmynicefeature.
Result : changesets are not displayed.
URL called by the view :
view/Builds/job/myproject/job/feature%252F2/38/wfapi/changesets?_=1479983964264
URL should be :
view/Builds/job/myproject/job/feature%252F2mynicefeature/38/wfapi/changesets?_=1479983964264
Is this happening for all builds for that branch or only for the first build?