To run this you'll need 2 other projects:
Here's how to run:
git clone https://github.com/kzantow/react-plugin-base.git
pushd react-plugin-base
mvn install
popd
git clone https://github.com/kzantow/react-plugin-parent.git
pushd react-plugin-parent
mvn install
popd
git clone https://github.com/kzantow/react-pipeline-editor-plugin.git
pushd react-pipeline-editor-plugin
mvn hpi:run
popd
To see it in action:
- go to the Jenkins instance
- add a new 'Workflow' item
- select the 'React Pipeline Visual Editor'
Enjoy!