Skip to content

Files

blueocean-pipeline-editor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 22, 2017
Aug 22, 2017
Aug 22, 2017
Aug 16, 2023
Aug 22, 2017
Oct 24, 2017
Aug 22, 2017
Aug 22, 2017
Aug 22, 2017
Aug 22, 2017
Aug 22, 2017
Feb 26, 2018
Feb 5, 2018
Feb 15, 2024
Oct 1, 2023
Mar 4, 2025
Mar 26, 2018

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>