Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/OpenCMISS/setup.git
 > git init D:\Jenkins\workspace\OpenCMISS_Windows\setup # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git --version # 'git version 2.12.2.windows.2'
 > git fetch --tags --progress -- https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 48bfbafb36f141e1c835f8c769435e3243abc1d7 (refs/remotes/origin/develop)
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
Commit message: "Add OPENCMISS_PYTHON_EXECUTABLE to list of configurable options."
 > git checkout -b develop 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git rev-list --no-walk 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10