deploymentking
1/15/2019 - 5:11 PM

Show Jenkins Plugin Dependencies Graphically

# Show dependencies in graphical format
# Use the Jenkins groovy script to produce the plugins.txt 
brew install graphviz
dot -Tsvg  plugins.txt > plugins.svg
dot -png  plugins.txt > plugins.png