Console Output
The recommended git tool is: git
Wiping out workspace first.
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
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1f7259ce802460dead44ea0440c9d9d6f1362264 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1f7259ce802460dead44ea0440c9d9d6f1362264 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 73dc365c77ab4bf2405d753f167307ae9be330a0 Author: Gunther Huebler Date: Wed May 27 13:49:11 2026 -0500 Removing unneccesary wp2_zt conversion that should've been removed already, but was accidentally added back in the last PR when trying to split BFB from non-BFB changes. This was an unused local variable so this does not affect anything."
> git rev-list --no-walk 465007bffb914ee02a6d8b3c39900d1c35f9be9c # timeout=10