Console Output
The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
> git init /home/jenkins/workspace/cam_global_ERP_Ln9_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/cam.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/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision e702b1a3cc8132377983ebae3f7c8e648efb7918 (refs/remotes/origin/clubb_silhs_devel)
> git config core.sparsecheckout # timeout=10
> git checkout -f e702b1a3cc8132377983ebae3f7c8e648efb7918 # timeout=10
Commit message: "Autoupdated SILHS Commit c7ac128837133579e64d46c7be3fe907a5d6840d Author: domkesteffen Date: Wed Feb 19 11:16:13 2025 -0600 Remove err code (#1218) CLUBB ticket #975"
> git rev-list --no-walk 60760414d3d0122efa228da6b0c424f080ae3fc5 # timeout=10