Skip to content

joelbricker/depgraph-view-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

232 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Jenkins plugin to view the dependency graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 87.2%
  • HTML 7.4%
  • JavaScript 4.5%
  • CSS 0.9%