Name |
bamboo-projectgraph-plugin |
---|---|
Version |
1.0.0 |
Product Versions |
2.1.x |
Author(s) |
Jonathan Doklovic [developer(at)sysbliss(dot)com] |
Homepage |
|
Price |
Free (taking donations) |
License |
|
JavaDocs |
|
IssueTracking |
|
Subversion URL |
https://svn.atlassian.com/svn/public/contrib/bamboo/bamboo-projectgraph-plugin or browse via fisheye |
Download ZIP |
|
Download Source |
Description/Features
This plugin uses the Linguine Maps Graphviz library to generate a visual graph of the build order for a given project.
Installation
Download and unzip the plugin.
Install all jars into your Bamboo WEB-INF/lib folder.
Install Graphviz on the Bamboo server.
Configuration Details
Graphviz Configuration
Under the System menu in the Bamboo Administrator, click the Graphviz Configuration link.
Enter the path to the graphviz dot executable. (If it's in your path, you can usually just enter "dot").
Usage
On any build screen, you can click the "Project Graph" tab to see the graph for the build's parent project.
The arrows denot the order in which the build will run.
The boxes are color coded as follows:
Version History
1.0.0 - First Release.
Screenshots
Screenshots |
|
---|---|
3 Comments
Juha Sadeharju
Getting a stack trace when viewing the tab
Graphviz is installed.
Juha Sadeharju
Ah, missed the configuration bit. My bad.
Chris Van Vlack
Would be awesome if this plugin could be updated to Include the Project Name in the Graph generated with the Build Plan Name. Similar to <Project Name> - <Build Plan Name>. Or offer an option to show one or the other or both.