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
Avoid second fetch
Checking out Revision c27d4027f1af0894a545f633f23e5073b38d096b (refs/remotes/origin/master)
> 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
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 7641404dd67426fd141ddffd90000abb5a58520e Author: bmg929 Date: Fri Dec 13 17:39:56 2024 -0600 I forgot to add the new variable to the Atlantic Coast Conference statements in the previous commit."
> git config core.sparsecheckout # timeout=10
> git checkout -f c27d4027f1af0894a545f633f23e5073b38d096b # timeout=10
> git rev-list --no-walk 3e674ca6cfc7f11c9a3ff4e4bd241a614fdd9795 # timeout=10