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 4e01800e3b8a4e3e5e1903e244ac0cef344b7e58 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4e01800e3b8a4e3e5e1903e244ac0cef344b7e58 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit acfdc3cd0d3a13e8db27fcd0edcb7bbcf7d05189 Author: domkesteffen Date: Thu Sep 19 16:49:00 2024 -0500 Ri zm calc6 (#1177) * Ri_zm calc (Part 6) - Implementing calc_Ri_zm CLUBB tocket #1145"
> git rev-list --no-walk 925beda0bb524bb3443d3b6fa4da37f181dc7ee8 # timeout=10