-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Incomplete
-
Component/s: blueocean-pipeline-editor-plugin, blueocean-plugin
-
Labels:None
-
Environment:BlueOcean Aggregator 1.0.0-b24, Editor 0.1-preview-4
-
Similar Issues:
-
Epic Link:
-
Sprint:Blue Ocean 1.0-rc3
Reproduce in DEV:
- clear your work dir
- remove dependencies on editor in poms
- run up and install all default plugins
- open blue ocean
- install editor
- go back to blue ocean and open editor, look in console - will see a 404 due to an api not being loaded.
Fairly easy to reproduce:
- docker run -p 8080:8080 jenkinsci/blueocean
- Install the Blue Ocean Pipeline Editor
- Navigate to http://localhost:8080/blue/pipelines/pipeline-editor-preview
Be greeted with JavaScript errors ![]()
did another try, this time with all updated plugins, it definitely seems that it is unable to load that endpoint - 404 consistently until restart... I think it is a backend thing.
cc'ing Vivek Pandey to see if he can make any sense of this. Not a huge thing for right now but would be good to know.