Right yes, I can see that is confusing (given the rename of the repo). Will see if can make that clearer. It looks like there is a fix in the works for the hpi plugin that will make this problem go away at some point as well.
On Thursday, June 2, 2016 at 9:39:03 PM UTC+10, Ian Ceicys wrote: > > Works! Those steps (cd into "blueocean-plugin" (sibling dir > of "blueocean-rest") and running mvn hpi:run works. Can the readme be > updated for future contributors? > > Thanks for the assist much appreciated. > > On Thursday, June 2, 2016 at 3:37:56 AM UTC-4, Tom Fennelly wrote: >> >> The error .... >> >> java.io.IOException: Dependency blueocean-commons (1.0-SNAPSHOT), >> blueocean-web (1.0-SNAPSHOT) doesn't exist >> >> ... strongly suggests that "all" of the plugins are not built before >> doing hpi:run. >> >> To fix this ... run "mvn clean install" from the top level folder of the >> blueocean repo clone i.e. the parent folder ot "blueocean-commons", >> "blueocean-rest" etc. After getting a successful here, cd into >> "blueocean-plugin" (sibling dir of "blueocean-rest" etc --- yes, it's >> confusing because the repo also has this name ... we will fix this) and run >> "mvn hpi:run". >> >> On Thursday, June 2, 2016 at 2:59:48 AM UTC+1, Ian Ceicys wrote: >>> >>> 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/8af2ceed-62ac-461d-8b8a-849cc0668838%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
