Thanks. I got the docker image running, but it looks like there's a problem 
with jenkins believing it will be running at /jenkins/, but out of the box 
it seems to be configured to actually run at the web root /. (The initial 
page load works, but most links are broken).

On Saturday, May 28, 2016 at 9:54:19 AM UTC-4, Baptiste Mathus wrote:
>
> Hi Ross,
>
> That's great! Depending on what you were planning to do (have a look, or 
> start hacking on it?), if (at first) it's only playing with it, then you 
> might want to use the dedicated docker image:
>
>     $ docker run -p 8080:8080  jenkinsci/blueocean
>
> About your local error, I think you're just trying to build a maven module 
> of the whole repo, but that plugin actually depends on some others.
>
> So, first get back to the root of the repo, and run 
>
>     $ mvn clean install
>
> That will build and install all the plugins inside what's the local maven 
> cache (or somewhat improperly /repository/, but really it's better to see 
> it as a cache. Anyway).
>
> Then run hpi:run like you did.
>
> Cheers!
>
> 2016-05-28 15:45 GMT+02:00 Ross Boucher <rbou...@gmail.com <javascript:>>:
>
>> Hey all, I'm excited about the new Blue Ocean project. Tried to get it 
>> running just now and I'm running into some trouble. After running `mvn 
>> clean install`, on the next step, I'm getting this: 
>>
>> https://gist.github.com/boucher/1a9beb22ac3cbadf858a82f4db05c0f2
>>
>> Any suggestions?
>>
>> -Ross
>>
>> -- 
>> 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 jenkinsci-de...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/e2fbb62c-ad36-4f67-bdfd-898186a83316%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-dev/e2fbb62c-ad36-4f67-bdfd-898186a83316%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/52714c55-0878-4181-99f4-10e914e455a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to