Build Pipeline Plugin Extension Layout supporting build-flow jobs.
=====================
After installation this extension, you can see the new option ("Based on build-flow plugin layout") for the "Layout" listbox on Build Pipeline configuration page. And you have to install graphviz on the machine on which Jenins running.
- Apache Maven
- build-pipeline-plugin
- build-flow-plugin
- buildgraph-view
- graphviz
$ mvn clean install
$ mvn clean install -DskipTests -Dcheckstyle.skip -Dfindbugs.skip
$ mvn hpi:run
$ mvnDebug hpi:run
- Install graphviz on Linux or Windows and make sure the path of "dot" cmd added into the environment variable: "Path"
- Build the project to produce
target/build-pipeline-extension-layout.hpi
- Remove any installation of the build-pipeline-extension-layout in
$user.home/.jenkins/plugins/
- Copy
target/build-pipeline-extension-layout.hpi
to$user.home/.jenkins/plugins/
- Start/Restart Jenkins