Dependency Graph Viewer

Build Status Jenkins Plugin Jenkins Plugin Installs Jenkins Version JDK8 License: MIT

Shows a dependency graph of the projects using graphviz or jsPlumb. Requires a graphviz installation on the server.

Features

  • Show the dependency graph via graphviz or jsPlumb
    • restricted to projects in a view
    • restricted to one project
  • Show the graphviz source file or jsPlumb json
  • Respects access permissions
  • Filter project names using regexes
  • Show edge by color depending on edge provider
    • reverse triggers (fan-in, "build when other project builds"): red
    • jenkins dependency graph: black
    • parameterized trigger: blue
    • maven pipeline dependency graph ("withMaven"): green
    • copy artifact (not yet available for pipelines): cyan

Screenshots

Changelog