blueocean-plugin/blueocean-pipeline-editor
Keith Zantow 69161ff293 BitBucket Server errors not shown properly 2018-09-04 10:29:15 -07:00
..
.storybook Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
.vscode Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
doc Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
src BitBucket Server errors not shown properly 2018-09-04 10:29:15 -07:00
.babelrc Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
.eslintrc Add (inactive) support for auto-formatting on commit (#1501) 2017-10-24 10:09:20 +10:00
.flowconfig Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
.mvn_exec_node Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
Jenkinsfile Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
LICENSE Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
PULL_REQUEST_TEMPLATE Move blueocean-pipeline-editor to subdirectory 2017-08-22 12:08:59 -04:00
README.md Comments spelling (#1672) 2018-02-26 09:56:06 -08:00
gulpfile.js Feature/jenkins 38323 editor drag and drop 3 (#1619) 2018-02-05 16:14:05 +11:00
npm-shrinkwrap.json Git https auth round trip (#1720) 2018-04-30 11:37:13 +10:00
package.json Git https auth round trip (#1720) 2018-04-30 11:37:13 +10:00
pom.xml Prepare for 1.9 devlopment (#1790) 2018-08-14 13:09:23 -04:00
tsconfig.json Typescript support (#1692) 2018-03-26 22:17:24 +14:00

README.md

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>