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_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 412cdbf394290b029aedef2697a7d6c0e00f7b1e (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit b7e8ad326ddae6128dfc222922dc10c1a8275700 Author: bmg929 Date: Tue May 6 11:34:23 2025 -0500 Cleaning up some grid generalization issues that were found within l_implemented flag blocks."
> 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 412cdbf394290b029aedef2697a7d6c0e00f7b1e # timeout=10
> git rev-list --no-walk 09830b21c689cebc285a4487c43e187a9aa19411 # timeout=10