Skip to content

HRMPW/react-pipeline-editor-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-based Pipeline Editor

To run this you'll need 2 other projects:

kzantow/react-plugin-base

kzantow/react-plugin-parent

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:

  1. go to the Jenkins instance
  2. add a new 'Workflow' item
  3. select the 'React Pipeline Visual Editor'

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.5%
  • CSS 13.6%
  • Java 0.9%