Hello Michael,

Let's assume that you've cloned your project in /home/workspace.

So the steps are like this:
/home/workspace/*blueocean-plugin*: *mvn clean install*
Afterwards, you must *switch *to the blueocean-plugin folder. This is *another 
*folder located within the project root directory. In this folder you must 
run mvn hpi:run:
/home/workspace/*blueocean-plugin/blueocean-plugin*: *mvn hpi:run*

I hope that I was clear.

Regards,
Alex

On Wednesday, June 15, 2016 at 11:25:09 PM UTC+3, Michael Madden wrote:
>
> I've been working through the directions to setup / test the latest 
> version of jenkins. 
>
> https://jenkins.io//blog/2016/05/26/introducing-blue-ocean/ 
> https://github.com/jenkinsci/blueocean-plugin 
>
> Supposedly you can go to the following URL after running through all the 
> setup to use the new UI: 
>
> http://localhost:8080/jenkins/blue 
>
> However this is not working.  The more standard UI still works at: 
>
> http://localhost:8080/jenkins/ <http://localhost:8080/jenkins/blue>
>
> Here is the error I get when accessing the blue URL:
>
> 404 Not Found
>
> Stapler processed this HTTP request as follows, but couldn't find the 
> resource to consume the request
>
> -> evaluate(<hudson.model.Hudson@3d61f0ce> :hudson.model.Hudson,"/blue")
> -> 
> evaluate(((StaplerProxy)<hudson.model.Hudson@3d61f0ce>).getTarget(),"/blue")
> -> evaluate(<hudson.model.Hudson@3d61f0ce>.getDynamic("blue",...),"")
>             [email protected]("blue",...)==null. Back 
> tracking.
> -> 
> evaluate(((StaplerFallback)<hudson.model.Hudson@3d61f0ce>).getStaplerFallback(),"/blue")
> -> evaluate(<hudson.model.AllView@74fb8a51[view/All/]> 
> :hudson.model.AllView,"/blue")
> -> 
> evaluate(<hudson.model.AllView@74fb8a51[view/All/]>.getDynamic("blue",...),"")
>             
> hudson.model.AllView@74fb8a51[view/All/].getDynamic("blue",...)==null. Back 
> tracking.-> No matching rule was found on 
> <hudson.model.AllView@74fb8a51[view/All/]> for "/blue"
>
> <hudson.model.AllView@74fb8a51[view/All/]> has the following URL mappings, 
> in the order of preference:
>
>    1. hudson.model.AllView.doCreateItem(...) for url=/createItem/...
>    2. hudson.model.View.doConfigSubmit(...) for url=/configSubmit/...
>    3. hudson.model.View.doConfigDotXml(...) for url=/config.xml/...
>    4. hudson.model.View.doItemCategories(...) for url=/itemCategories/...
>    5. hudson.model.View.doRssLatest(...) for url=/rssLatest/...
>    6. hudson.model.View.doSubmitDescription(...) for 
>    url=/submitDescription/...
>    7. hudson.model.View.doDoDelete(...) for url=/doDelete/...
>    8. hudson.model.View.doRssAll(...) for url=/rssAll/...
>    9. hudson.model.View.doRssFailed(...) for url=/rssFailed/...
>    10. hudson.model.View.doCheckJobName(...) for url=/checkJobName/...
>    11. hudson.model.View.doChildrenContextMenu(...) for 
>    url=/childrenContextMenu/...
>    12. TOKEN.groovy for url=/TOKEN
>    13. VIEW.jelly for url=/VIEW
>    14. hudson.model.View.LIST for url=/LIST/...
>    15. hudson.model.View.SORTER for url=/SORTER/...
>    16. hudson.model.View.PERMISSIONS for url=/PERMISSIONS/...
>    17. hudson.model.View.CREATE for url=/CREATE/...
>    18. hudson.model.View.DELETE for url=/DELETE/...
>    19. hudson.model.View.CONFIGURE for url=/CONFIGURE/...
>    20. hudson.model.View.READ for url=/READ/...
>    21. hudson.model.View.NEW_PRONOUN for url=/NEW_PRONOUN/...
>    22. hudson.model.Saveable.NOOP for url=/NOOP/...
>    23. hudson.model.View.getItemCreatePermission() for 
>    url=/itemCreatePermission/...
>    24. hudson.model.View.getUrl() for url=/url/...
>    25. hudson.model.View.getOwner() for url=/owner/...
>    26. hudson.model.View.getAllItems() for url=/allItems/...
>    27. hudson.model.View.getAllProperties() for url=/allProperties/...
>    28. hudson.model.AbstractModelObject.getSearch() for url=/search/...
>    29. hudson.model.View.getApplicablePropertyDescriptors() for 
>    url=/applicablePropertyDescriptors/...
>    30. hudson.model.View.getOwnerPrimaryView() for 
>    url=/ownerPrimaryView/...
>    31. hudson.model.View.getColumns() for url=/columns/...
>    32. hudson.model.View.getDisplayName() for url=/displayName/...
>    33. hudson.model.View.getNewPronoun() for url=/newPronoun/...
>    34. java.lang.Object.getClass() for url=/class/...
>    35. hudson.model.View.getWidgets() for url=/widgets/...
>    36. hudson.model.View.getIndenter() for url=/indenter/...
>    37. hudson.model.View.getAbsoluteUrl() for url=/absoluteUrl/...
>    38. hudson.model.View.getBuilds() for url=/builds/...
>    39. hudson.model.AbstractModelObject.getSearchIndex() for 
>    url=/searchIndex/...
>    40. hudson.model.View.getViewUrl() for url=/viewUrl/...
>    41. hudson.model.View.getActions() for url=/actions/...
>    42. hudson.model.View.getDescription() for url=/description/...
>    43. hudson.model.View.getAsynchPeople() for url=/asynchPeople/...
>    44. hudson.model.AbstractModelObject.getSearchName() for 
>    url=/searchName/...
>    45. hudson.model.View.getPeople() for url=/people/...
>    46. hudson.model.View.getTimeline() for url=/timeline/...
>    47. hudson.model.View.getComputers() for url=/computers/...
>    48. hudson.model.View.getSearchUrl() for url=/searchUrl/...
>    49. hudson.model.View.getOwnerItemGroup() for url=/ownerItemGroup/...
>    50. hudson.model.View.getViewName() for url=/viewName/...
>    51. hudson.model.AllView.getPostConstructLandingPage() for 
>    url=/postConstructLandingPage/...
>    52. hudson.model.View.getProperties() for url=/properties/...
>    53. hudson.model.View.getDescriptor() for url=/descriptor/...
>    54. hudson.model.View.getApi() for url=/api/...
>    55. hudson.model.View.getOwnerViewActions() for 
>    url=/ownerViewActions/...
>    56. hudson.model.View.getQueueItems() for url=/queueItems/...
>    57. hudson.model.View.getACL() for url=/aCL/...
>    58. hudson.model.AllView.getItems() for url=/items/...
>    59. hudson.model.View.getApproximateQueueItemsQuickly() for 
>    url=/approximateQueueItemsQuickly/...
>    60. hudson.model.View.getDynamic(String) for url=/dynamic/TOKEN/...
>    61. hudson.model.View.getItem(String) for url=/item/TOKEN/...
>    62. hudson.model.View.getJob(String) for url=/job/TOKEN/...
>    63. hudson.model.View.getDynamic(String,StaplerRequest,StaplerResponse) 
>    for url=/TOKEN/...
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4a16e7f5-e171-4529-9e89-2eb79b5f5c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to