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.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> 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
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 24c87336cde0b6b9eb63b1b3078064a54ac7d343 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 24c87336cde0b6b9eb63b1b3078064a54ac7d343 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 9b495acd26a0b009ec84845aa289c36befff0c41 Author: Gunther Huebler Date: Wed Jan 31 22:06:08 2024 -0600 Removing backslashes. These should be slashes, but gnu,intel,nvidia generate code that treats slashes as whitespace and backslashes as a character, while cray treats backslashes as whitespace as well. This is easily fixed by using quotes, and in the meantime we will change the backslashes to forward slashes. See https://github.com/larson-group/clubb/issues/1138\#issuecomment-1910844013"
> git rev-list --no-walk e3ab5585c8c58f3d03e213cb2c2146e95e09eecf # timeout=10