Hi, well I have git installed on each slave. One of the questions I have is that once I do a git build on a slave or the master, it looks like it is using a git fetch rather than clone. Why is this and how can I change it? Subsequent builds still do a fetch.
Building remotely on NJ1TSTLQSAPP05 (WINDOWS DEV) in workspace e:\dev\apps\jenkins\workspace\GIS_deploy_git_all
> c:\Program Files (x86)\Git\bin\git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> c:\Program Files (x86)\Git\bin\git config remote.origin.url file:////nj1tstlqsapp02//e//git//master # timeout=10
Fetching upstream changes from file:////nj1tstlqsapp02//e//git//master
> c:\Program Files (x86)\Git\bin\git --version # timeout=10
using GIT_SSH to set credentials jenkins
> c:\Program Files (x86)\Git\bin\git -c core.askpass=true fetch --tags --progress file:////nj1tstlqsapp02//e//git//master +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen 1 remote branch
Checking out Revision ecd16a407c5b95d06a8f955c40c8d8a5069cbad4 (origin/master)
> c:\Program Files (x86)\Git\bin\git config core.sparsecheckout # timeout=10
> c:\Program Files (x86)\Git\bin\git checkout -f ecd16a407c5b95d06a8f955c40c8d8a5069cbad4
> c:\Program Files (x86)\Git\bin\git rev-list ecd16a407c5b95d06a8f955c40c8d8a5069cbad4 # timeout=10
[GIS_deploy_git_all] $ cmd /c call C:\Users\AppTSTJenkins$SVC\hudson7593801289004581285.bat
e:\dev\apps\jenkins\workspace\GIS_deploy_git_all>echo GIT Deploy Complete
GIT Deploy Complete