Console Output
The recommended git tool is: git
using credential BasicAuthGithub-bobTheBuilder-dim
Cloning the remote Git repository
Cloning repository https://github.com/DataInMotion/avatar-query-ui.git
> git init /var/jenkins/jobs/avatar-query-ui/workspace@2 # timeout=10
Fetching upstream changes from https://github.com/DataInMotion/avatar-query-ui.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/DataInMotion/avatar-query-ui.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/DataInMotion/avatar-query-ui.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision c6b113724683bbe4af8d395db84013388c08d8c1 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f c6b113724683bbe4af8d395db84013388c08d8c1 # timeout=10
Commit message: "add HL7 Model add loading bar fix selection error freezing ui"