Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins job dependency/relationship

We are using jenkins for CI and have some complex jobs interdependent.I just want to represent graphically or in any other way the dependencies of jobs.I investigated and installed dependency graph with graphviz representation but its giving too complex figures.Any one know any other plugins?

like image 996
Sarath S Avatar asked Oct 20 '22 19:10

Sarath S


1 Answers

Consider some view plugins :

https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin (shows you dependency chains)

https://wiki.jenkins-ci.org/display/JENKINS/Delivery+Pipeline+Plugin (shows you dependency chains that affected previous runs)

like image 149
kkamilpl Avatar answered Oct 27 '22 18:10

kkamilpl