Re: Unable to connect to to the git repository, can any one please suggest what is wrong with the configuration

2017-05-17 Thread Ramanathan Muthaiah
Adding to Victor's response, you may want to explore additional options available for checkout and cloning. C:\Program Files\Git\bin\git.exe fetch --tags --progress https: > //git.etb.tieto.com/x/x.git +refs/heads/*:refs/remotes/origin/* > ERROR: Timeout after 10 minutes > ERROR

Re: Unable to connect to to the git repository, can any one please suggest what is wrong with the configuration

2017-05-15 Thread Victor Martinez
Hi there, As far as I see there is a error trace ERROR: Timeout after 10 minutes What does it mean? Default cloning/git operations within the Git Plugin for jenkins is about 10 minutes. Therefore, if there is a network latency or the git repo is massive then you might need to tune/tweak

Unable to connect to to the git repository, can any one please suggest what is wrong with the configuration

2017-05-15 Thread bharat Joshi
I am getting below exception while trying to fetch the files from the git Repo Building in workspace C:\Program Files (x86)\Jenkins\workspace\Git Example > C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > C:\Program