Console Output
The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sam_clubb.git
> git init /home/jenkins/workspace/sam_clubb_silhs_gfortran_build # 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 feab85356b49e4cd37c4e8230269d8e06e545f24 (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit 942e02ac28ca0981f9a54f4e56d8fc8a16b49b65 Author: domkesteffen Date: Tue May 13 12:55:59 2025 -0500 Removed simple wrappers from clubb_api_module (#1245) * Removed simple wrappers from clubb_api_module CLUBB ticket #1223"
> 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 feab85356b49e4cd37c4e8230269d8e06e545f24 # timeout=10
> git rev-list --no-walk 2defe09d9e19e56102f7f05ff461671e11c79af3 # timeout=10