I am using jenkins to build my git remote project. The problem is log says \'timeout after 10 min\'. Receiving object starts and at 56% something happens.
I have also face the same error while click on Build Now Button in Jenkins.
Why this error comes ? Ans: This error was coming because of low Internet connection or may be the size of you project in github is large, so jenkins not able load/cone that project from git server.
Solution steps:
git.Add button and select Advanced clone behaviors.Timeout (in minutes) for clone and fetch operations box put any number which is more then 10, (I put 60 here).Cheers :)