Jenkins hangs while fetching code from git

I am setting up a new Jenkins job to extract source code from local Git. I can get from the server using git clonein cmd. When I extract the source code using a Jenkins job, it hangs with the following message for 10 minutes before it throws a timeout error

Creating remotely in Windows 2001 in a workspace D: \ ASDF555 \ Jenkins \ workspace \ TEST_JOB Retrieving changes from a remote Git repository git @ test.test.texas555: team888 / product555.git

I also configure the path for using Git.exe in the directory cmd. How can I fix this problem?

+4
source share
3 answers

, . , , . jenkins .

Git .

+1

jenkins "jenkins", cmd. , ? , .

0

, Windows?

, jenkins windows. jenkins.xml java. git , .

<executable>java</executable>
<arguments>-Dorg.jenkinsci.plugins.gitclient.Git.timeOut=400 </arguments>

jenkins

0
source

Source: https://habr.com/ru/post/1529351/


All Articles