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_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'
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
Avoid second fetch
Checking out Revision 5a0e4343cdbb66f0d856b663706e83c3386fd679 (refs/remotes/origin/master)
Commit message: "Autoupdated tunable_parameters Commit a5e586ca398dcd4733c05082addacaa66e24b2f6 Author: domkesteffen Date: Thu Aug 8 14:29:04 2024 -0500 Added zt2zm2zt-smoothing to remove noise in MPACE_B winds (#1161) BIT_CHANGING"
> 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 5a0e4343cdbb66f0d856b663706e83c3386fd679 # timeout=10
> git rev-list --no-walk e2e09f6e2ad17b4fa461937c1c48328bb502ed7b # timeout=10