The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/e3sm.git
> git init /home/jenkins/workspace/e3sm_run_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/e3sm.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
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/e3sm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 17fdf631073cfd9d0af7371a8bb7c0bcb064bb76 (refs/remotes/origin/clubb_silhs_devel)
> git config remote.origin.url https://github.com/larson-group/e3sm.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 17fdf631073cfd9d0af7371a8bb7c0bcb064bb76 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit a67d637da217289ec8a0ddd2ea464d782b9ca79c Author: huebleruwm Date: Fri Jul 19 15:33:33 2024 -0600 Fixing bug. qclvar copying is handled by the api, but we were deleting it with an unstructured data statement. I added this due as a fix before thinking qclvar was a local variable, which happened because I mixed up the CLUBB_CAM and CLUBBND_CAM flags. https://github.com/larson-group/cam/issues/175"
> git rev-list --no-walk 2ff840062349e6f41bf60d02587ea404ed5e6df4 # timeout=10