Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 759 Bytes

File metadata and controls

30 lines (20 loc) · 759 Bytes

Blue Ocean Pipeline Editor

This repository houses the Jenkins plugin for creating and editing Pipeline jobs within the Blue Ocean user interface.

Pipeline Editor Screenshot

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:run

And in another term,

# Watch and build the JS
npm run bundle:watch

Running 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>