Yes Kohsuke, After evey 2 minutes, jenkins make connections with contegix cloud servers and keep it ESTABLISHED! (sudo lsof -i:443)
Though I have disabled below option: Help make Jenkins better by sending anonymous usage statistics and crash reports to the Jenkins project. Still no luck! Any other suggestions please. On Feb 4, 8:19 am, Kohsuke Kawaguchi <k...@kohsuke.org> wrote: > Either case it's only supposed to happen once a day. Are you seeing > more, Rajesh? > > 2012/2/3 Andrew Bayer <andrew.ba...@gmail.com>: > > > > > > > > > > > That's either downloading the update center and related JSON data, or it's > > doing the anonymous usage statistics report. You can disable the latter if > > you want in Manage Jenkins -> Configure. > > > A. > > > On Fri, Feb 3, 2012 at 5:24 AM, Rajesh Kumar <rajeshkcha...@gmail.com> > > wrote: > > >> Hi All, > > >> I have installed latest version of CI on our ubuntu server. I just > >> found that server is making lot of http connections to CONTEGIX > >> server. (443 port) > > >> execute below command: > > >> sudo lsof -i:443 > > >> Results: > > >> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > >> java 7042 jenkins 119r IPv6 8255597 0t0 TCP > >> 192.168.100.76:34264->63-246-17-26.contegix.com:https (SYN_SENT) > > >> java 7042 jenkins 121w IPv6 8255595 0t0 TCP > >> 192.168.100.76:34263->63-246-17-26.contegix.com:https (ESTABLISHED) > > >> java 7042 jenkins 320u IPv6 8255594 0t0 TCP > >> 192.168.100.76:34262->63-246-17-26.contegix.com:https (ESTABLISHED) > > >> Has anyone faced this issue before?? Does anyone know why jenkins is > >> trying to send so much information to CONTEGIX server?? > > >> Any help/suggestions please ?? > > >> Cheers, > >> Raj > > -- > Kohsuke Kawaguchi