Hi, I have installed graphviz on the Jenkins host as well as on the slave, but the dependency graph doe snot get displayed. Instead just one button is showing with the Project name and when i click on "Graph in graphviz format" link, then :
digraph {
node [shape=box, style=rounded];
subgraph clusterdepgraph {
"Axxelerate-dev" [href="http://10.0.11.214:8080/job/Axxelerate-dev/"];
color=white;
}
}
is displayed
Any idea how i can get the dependency graph
Thanks,
-Kamal.
