jenkinsci / depgraph-view-plugin

A Jenkins plugin to view the dependency graph

Home Page:https://plugins.jenkins.io/depgraph-view/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://plugins.jenkins.io/depgraph-view/

License:MIT License


Languages

Language:Java 87.1%Language:HTML 7.5%Language:JavaScript 4.6%Language:CSS 0.9%