blueocean-plugin/blueocean-plugin
Michael Neale fb37dc1d6e First stab in the dark (#140)
Unreliable test
2016-04-20 15:05:18 +10:00
..
src First stab in the dark (#140) 2016-04-20 15:05:18 +10:00
README.md docs to reflect the best way to work with it 2016-03-01 20:18:07 +11:00
pom.xml UX-298# Removed dependency on RestAssured due to groovy version issue 2016-04-19 15:55:45 -07:00

README.md

Embedded Jenkins Plugin

This plugin allows blueocean to run as a plugin inside an existing Jenkins.

Usage during development

To use this in development:

mvn hpi:run

Blue Ocean UI:

http://localhost:8080/jenkins/blue

Embedded Jenkins UI (so you can create some pipelines for fun):

http://localhost:8080/jenkins

This links source from the other modules. So if you make a source change to rest, web or other modules, it will be applied here. If its a UI module, you will need to run gulp rebundle in the UI modules directory to watch for JS/HTML changes and live reload them.