@jenkins-cd/blueocean-pipeline-editor
v1.0.0-alpha.1
Published
Pipeline editor plugin for Jenkins Blue Ocean
Keywords
Readme
Blue Ocean Pipeline Editor
This repository houses the Jenkins plugin for creating and editing Pipeline jobs within the Blue Ocean user interface.

:exclamation: Important! This software is a work-in-progress and is not complete.
Running Locally
To start a new jenkins and run this plugin for development purposes:
# Start a local Jenkins
mvn hpi:runAnd in another term,
# Watch and build the JS
npm run bundle:watchRunning in another development Jenkins Instance
# Link this as a plugin into your Blue Ocean Jenkins' hpi:run server
mvn hpi:hpl -DjenkinsHome=<path-to-blueocean-home/blueocean/work>