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_plot_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
Checking out Revision 611dfa177ca1e83617d5d98f14446848489f6237 (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit bb0b6c6de3c0b80ef8599dc9ea18219146ddb20c Author: Gunther Huebler Date: Mon Nov 18 20:21:43 2024 -0600 Clubb Driver Semi GPUization Part4 (#1209) * Initial GPUization, and testing multi_col output method as single precision."
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 611dfa177ca1e83617d5d98f14446848489f6237 # timeout=10
> git rev-list --no-walk 56c4077a27f160df8ce4fe9fb2df659d3c55bd7e # timeout=10