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 72a3c01b69d6e37a72b51af168475a3faee35b75 (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit ebbe8662d74aaeb06f853280849b84c54d47edc2 Author: Gunther Huebler Date: Wed Oct 16 21:54:30 2024 -0500 Multicol CLUBB (#1193) * Adding column loop to run_clubb"
> 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 72a3c01b69d6e37a72b51af168475a3faee35b75 # timeout=10
> git rev-list --no-walk 4ca85a6bd193bdaf499523338eba014d6242acce # timeout=10