1.0.0-alpha.1 • Published 6 years ago

@jenkins-cd/blueocean-pipeline-editor v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

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