Delivey Pipeline plugin in Jenkins

104 views Asked by At

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: enter image description here


So, when I click on any build number; say 38, it opens the following page: enter image description here


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) : enter image description here


How can we accomplish the same?

1

There are 1 answers

0
Suresh On

Use Build Plugin Graph View plugin, which gives the same output what you are expecting.

For more information in accessing Build Graph, visit the wiki page of the plugin.