I'm doing this from home, on a standard Comcast connection. Telnetting to that port works:
[13:38:06] mygrant:slack $ telnet maven.jenkins-ci.org 8081 Trying 199.193.196.24... Connected to gherkin.jenkins-ci.org. Escape character is '^]'. GET / <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL / was not found on this server.</p> <hr> <address>Apache/2.2.14 (Ubuntu) Server at maven.jenkins-ci.org Port 80</address> </body></html> Connection closed by foreign host. On Fri, Dec 13, 2013 at 5:55 AM, Vincent Latombe <[email protected]>wrote: > This is a recurrent issue with corporate networks, usually port 8081 is > not remotely reachable. > > I asked the question some time ago, but there are both a Nexus and > Artifactory used in Jenkins infrastructure (respectively on > maven.jenkins-ci.org:8081 and repo.jenkins-ci.org), I wonder which one > should be considered as the canonical one now. > > Vincent > > > 2013/12/13 Jesse Glick <[email protected]> > >> On Fri, Dec 13, 2013 at 12:30 AM, Myles Grant <[email protected]> wrote: >> > What did I do wrong? >> >> Looks like something is wrong with your proxy. Try again from an open >> network? >> >> -- >> 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/groups/opt_out. >> > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
