Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/codefilarete/tools.git
> git init /jenkins/work/agent-local/workspace/Tools pipeline # timeout=10
Fetching upstream changes from https://github.com/codefilarete/tools.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/codefilarete/tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e02fbd390d6d27d5205625dac55dfc2d2777d7a8 (refs/remotes/origin/master)
> git config remote.origin.url https://github.com/codefilarete/tools.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 e02fbd390d6d27d5205625dac55dfc2d2777d7a8 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master e02fbd390d6d27d5205625dac55dfc2d2777d7a8 # timeout=10
Commit message: "Adding Iterables.size(..) and Reflections.isPrimitiveType(..)"
> git rev-list --no-walk b0293af310c5fe6d3667f23a5fe4eb22697989a3 # timeout=10