Essentially, mvn is not able to download anything and eventually it times out. This is why I needed to update the maven settings file.
On Fri, Jul 18, 2014 at 9:50 AM, Kohsuke Kawaguchi <[email protected]> wrote: > Thanks! > > I'm bit puzzled as to what it uses network for. I've been running this demo > successfully offline. > > When you say "it doesn't work" what happens? > > > 2014-07-16 22:47 GMT+03:00 Scott Hebert <[email protected]>: > >> Hi, >> >> I ran into a slight problem as the demo does not work when you run >> docker from a corporate environment that is behind a proxy. >> >> I created a PR for the documentation, but for anyone wanting to use >> the demo before the PR is merged, you can consult >> >> https://github.com/scoheb/workflow-plugin/tree/master/demo#running-demo-behind-a-proxy >> >> Best Regards, >> >> Scott >> >> On Tue, Jul 15, 2014 at 11:56 PM, Michael Neale <[email protected]> >> wrote: >> > Looks nice - tested it out - really powerful way to show off new things >> > while getting to the point (I am a docker fan of course). >> > >> > Some minor things, some which may just be known bugs as this is a work >> > in >> > progress: >> > >> > * plugin/flow-support/images/32x32/terminal.png - was 404 >> > >> > * When running the Job - worth pointing them to: >> > http://boot2docker:8081/job/cd/1/ ? (is that what you mean by build top >> > page?) >> > >> > * When build gets to pause: "go to build top page" >> > If I look at: http://boot2docker:8081/job/cd/1/ - I click on "Input" >> > step I >> > get: >> > http://boot2docker:8081/job/cd/1/execution/node/27/ - but no way to >> > proceed >> > - there doesn't seem to be anything to click on on the /cd/1 page to >> > click >> > on when paused. >> > >> > To get to the pause I need to pick the little drop down menu of the >> > in-progress line and select "paused for input" then I can see the >> > buttons to >> > proceed - this seems odd - I would think it is linked to from the main >> > job >> > screen when paused - a bug? >> > >> > * I added undeploy('staging') to the step deploying prod - just >> > leaves >> > it a bit cleaner. >> > >> > * The "back to project" link doesn't seem to be a link.. >> > >> > Really neat - I love being able to see multi step demo "in a box" >> > deploying >> > things ! >> > >> > >> > >> > >> > >> > >> > On Tuesday, July 15, 2014 1:26:11 AM UTC+10, Kohsuke Kawaguchi wrote: >> >> >> >> See https://github.com/jenkinsci/workflow-plugin/tree/master/demo for >> >> instructions >> >> >> >> If anyone else wants to be on the "jenkinsci" org on DockerHub, let me >> >> know and we can add you. >> >> >> >> >> >> -- >> >> Kohsuke Kawaguchi >> > >> > -- >> > 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]. >> > 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]. >> For more options, visit https://groups.google.com/d/optout. > > > > > -- > Kohsuke Kawaguchi > > -- > 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]. > 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]. For more options, visit https://groups.google.com/d/optout.
