Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Dashboard of Pipeline steps

I'm using the pipeline plugin (with pipeline stage view) on Jenkins and I want to know if a plugin can make a dashboard of the stage view information as the dashboard plugin does for jobs.

like image 436
iceriku Avatar asked Sep 07 '25 11:09

iceriku


1 Answers

I am looking for the same dashboard too, I just want to show all pipelines by stages view on one page.

Most close is this.

https://github.com/jenkinsci/pipeline-aggregator-view-plugin

enter image description here

And,

https://wiki.jenkins-ci.org/display/JENKINS/Delivery+Pipeline+Plugin

enter image description here

like image 65
Larry Song Avatar answered Sep 10 '25 20:09

Larry Song