Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/codefilarete/reflection.git
 > git init /jenkins/work/agent-local/workspace/Reflection pipeline # timeout=10
Fetching upstream changes from https://github.com/codefilarete/reflection.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/codefilarete/reflection.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c4408f6bf68f5d2eb3d68d88224b63434a903ea4 (refs/remotes/origin/master)
Commit message: "Fixing too strong cast"
 > git config remote.origin.url https://github.com/codefilarete/reflection.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4408f6bf68f5d2eb3d68d88224b63434a903ea4 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master c4408f6bf68f5d2eb3d68d88224b63434a903ea4 # timeout=10
 > git rev-list --no-walk 53280ecb0dbfaba3f193e880513fb7a1d8e71b5f # timeout=10