Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-29 Thread Mark Waite
build time copy from a Artifactory or a >>>>> local cached copy. >>>>> >>>>> >>>>>> If your network is maxxing out, try one or more of these (some >>>>>> assume that you own your Git server hardware and network—if you’re

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-29 Thread Adam Westhusing
t;> >>>>> · Put your build machines (and thus your Jenkins slaves) on >>>>> the same subnet as the Git server, whether or not the Jenkins server is >>>>> there as well. If that’s impossible, at least get it to the same site (so >>&

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-25 Thread bandi pavankumar reddy
ed. >>>> >>>> · If you can’t put your build farm near your source farm, at >>>> least get a Jenkins slave over on the same network as the Git server. Give >>>> it a job that polls Git. Rather than actually performing the build, have >

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-24 Thread Mark Waite
Git. Rather than actually performing the build, have >>> it compress the sources into a giant Zip file, archives that, then kick off >>> a downstream job (that runs on your local build farm) that unzips the >>> artifact and does the build and test run. You may need plugins to do this >>> right.

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-24 Thread bandi pavankumar reddy
ver and network are fine, but your build box is maxxed out on >> I/O writes, you’re going to have to beef up your hardware (or run fewer >> builds at once, if you run multiple builds on one host). Get faster drives >> and/or get a RAID controller for your builds and put it into some sort o

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
it into some sort of > striping mode for faster writes. If you just keep your sources and builds > on the RAID (having more permanent things like the OS and your compilers on > another drive/RAID), you probably don’t have to have that RAID actually be > redundant. If a drive blo

RE: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Rob Mandeville
-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Wednesday, July 23, 2014 1:03 PM To: jenkinsci-users@googlegroups.com Subject: Re: Hi friends is it possible clone 18 GB repository in Jenkins Please, read my earlier reply<ht

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
Please, read my earlier reply on this same thread. The answer is the same to this question, since they are the same failure. The problem is in the git client plugin or in the combination of the git client plugin, your

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread bandi pavankumar reddy
Hi mark please suggest me any thing still i am getting this error even i mentioned time out also.. problem is with Jenkins or git i configured correctly and i configured time out 60 minutes and while starting build OK after 13 to 14 minutes it was giving error time out..some files fetching and

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Mark Waite
The error "Timeout after 10 minutes" in your output shows that you're seeing https://issues.jenkins-ci.org/browse/JENKINS-23476 . The plugin assumes (incorrectly in your case) that a checkout operation (which is entirely local disc I/O) will not need more than 10 minutes. Your repository is so la

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread bandi pavankumar reddy
i configured correctly and i configured time out 60 minutes and while starting build OK after 13 to 14 minutes it was giving error time out..some files fetching and cloning alsobut i having total 16 files in that 7 files cloning in 13 minute but still 6 file's pending with time out erro

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Russ Tremain
Whenever you clone a git repository, git copies all of the objects from the original repo to the ".git" directory in the clone, along with the clear-text files of the branch you are cloning. This is a major problem with git scalability, and there are various workarounds, including shallow clone

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Mark Waite
I've seen several challenges with large git repositories, and several ways to handle those challenges. 1. Use a reference repository to reduce the amount of data to be transferred during the "fetch". Accept that you may need to periodically update that local reference repository with the

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread abhinavn
This is not related to jenkins, for cloning large git repo you need to follow shallow clone http://blogs.atlassian.com/2014/05/handle-big-repositories-git/ On Friday, July 18, 2014 11:50:52 PM UTC-7, bandi pavankumar reddy wrote: > > Hi friends i am trying to clone 18 GB repository in Jenkins it

Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-18 Thread bandi pavankumar reddy
Hi friends i am trying to clone 18 GB repository in Jenkins it's giving time out error and i already mentioned timeout 60 minuets i n 13 th minute it' displaying time out error ...give me any suggestions it is possible or not -- You received this message because you are subscribed to the Goo