Ah thanks for checking that Nicolas. The "New Pipeline" certainly points to the wrong place right now (that is known).
On Monday, May 30, 2016 at 5:13:58 PM UTC+10, nicolas de loof wrote: > > I have the docker image running locally and can't see any broken link. > Could you please give more details ? screenshot ? > > 2016-05-30 8:52 GMT+02:00 Michael Neale <[email protected] > <javascript:>>: > >> Hrm, what are some links that you see broken? I have seen it run on / >> before - I wonder if the image has the wrong context root set somehow. >> >> >> On Sunday, May 29, 2016 at 12:10:40 AM UTC+10, Ross Boucher wrote: >>> >>> 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 <[email protected]>: >>>> >>>>> 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 [email protected]. >>>>> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/e753e554-b411-4036-b1b2-000c8bb4ce91%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/e753e554-b411-4036-b1b2-000c8bb4ce91%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/1b0c178b-54db-4352-8444-0d83301cc39a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
