This repository houses the Jenkins plugin for creating and editing Pipeline jobs within the Blue Ocean user interface.
❗ Important! This software is a work-in-progress and is not complete.
To start a new jenkins and run this plugin for development purposes:
# Start a local Jenkins
mvn hpi:run
And in another term,
# Watch and build the JS
npm run bundle:watch
# Link this as a plugin into your Blue Ocean Jenkins' hpi:run server
mvn hpi:hpl -DjenkinsHome=<path-to-blueocean-home/blueocean/work>