Console Output
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/wrf.git
> git init /home/jenkins/workspace/wrf_clubb_silhs_parallel_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/wrf.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/master^{commit} # timeout=10
Checking out Revision 73d55596b5757d1de65204ecb87afd4792cedb92 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 73d55596b5757d1de65204ecb87afd4792cedb92 # 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 22fe3bed4d4022b32fd050ca30f9da6396345ddd # timeout=10