Console Output
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sam_clubb.git
> git init /home/jenkins/workspace/sam_micro_drizzle_intel_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 685528b4499bf2e518c074640b8298042396c0cb (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit d423046c547ffa8af68ce4faa8d77a8476e4f887 Author: st3113n Date: Fri Oct 4 09:08:24 2024 -0500 refactoring to remove compiler warnings (#1187) * refactor code to remove warnings for exceeding 100 characters per line"
> git config remote.origin.url https://github.com/larson-group/sam_clubb.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 685528b4499bf2e518c074640b8298042396c0cb # timeout=10
> git rev-list --no-walk f6b79b6e7fedc409e4ba70969aa1f67503e4911f # timeout=10