The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /jenkins/work/agent-local/workspace/Reflection pipeline/.git # timeout=10
> git config remote.origin.url https://github.com/codefilarete/reflection.git # 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
Checking out Revision eb33451f67d2633d29b329beaaf339d11b96c3c4 (refs/remotes/origin/master)
Commit message: "Revamping reflection classes to better identify bean property access point versus List or Array ones. This makes available a better typing of variables focusing on bean property manipulation. The main modification is the introduction of PropertyAccessPoint, PropertyMutator, PropertyAccessor and ReadWritePropertyAccessPoint. And the major impact is the renaming of the old PropertyAccessor to ReadWriteAccessPoint."
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f eb33451f67d2633d29b329beaaf339d11b96c3c4 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master eb33451f67d2633d29b329beaaf339d11b96c3c4 # timeout=10
> git rev-list --no-walk a91fc1fc6c772de7bdc43a4bef393cbea5304978 # timeout=10