Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision ab83b75a4c9875914ae86646ff711eb8b165ef45 (refs/remotes/origin/master)
Commit message: "Code cleanup"
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
> 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 ab83b75a4c9875914ae86646ff711eb8b165ef45 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master ab83b75a4c9875914ae86646ff711eb8b165ef45 # timeout=10
> git rev-list --no-walk c3783db528316003f64ab3b1c787ed4e23397823 # timeout=10