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?
source
share