I was able to successfully build the latest version of source on my mac and I was able to successfully run the commands:
1. mvn clean install 2. mvn hpi:run Jenkins is up and running and accessible at http://localhost:8080/jenkins/ However when I try to follow the instructions from the readme: https://github.com/jenkinsci/blueocean-plugin And I try to access http://localhost:8080/jenkins/blue I get the following error: Stapler processed this HTTP request as follows, but couldn't find the resource to consume the request -> evaluate(<hudson.model.Hudson@2b46dffb> :hudson.model.Hudson,"/blue") -> evaluate(((StaplerProxy)<hudson.model.Hudson@2b46dffb>).getTarget(),"/blue") -> evaluate(<hudson.model.Hudson@2b46dffb>.getDynamic("blue",...),"") [email protected]("blue",...)==null. Back tracking. -> evaluate(((StaplerFallback)<hudson.model.Hudson@2b46dffb>).getStaplerFallback(),"/blue") -> evaluate(<hudson.model.AllView@257fc1dc[view/All/]> :hudson.model.AllView,"/blue") -> evaluate(<hudson.model.AllView@257fc1dc[view/All/]>.getDynamic("blue",...),"") hudson.model.AllView@257fc1dc[view/All/].getDynamic("blue",...)==null. Back tracking.-> No matching rule was found on <hudson.model.AllView@257fc1dc[view/All/]> for "/blue" I am must be missing something pretty obvious. I've tried the bath /blue and /blueocean but those don't work. Thanks for the help. -- 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/eecf0175-84e2-4a68-8f32-b6346bf469da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
