We are using the 'Delivery Pipeline' plugin in Jenkins. We have defined a view called 'DeliveryPipeline'. The view takes a job called 'Initialize' as its initial job.
It shows the build numbers for the initial job as depicted in the below pic, which is the default behavior for a normal job:
So, when I click on any build number; say 38, it opens the following page:
But, expectation is , on clicking on the build number(say 38 here) in the initial job 'Initialize', the below page should be shown (which is the pipeline view for build 38) :
How can we accomplish the same?