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 2b9d70543eba1faf676ce2e5c1a7bcc1fa25f330 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2b9d70543eba1faf676ce2e5c1a7bcc1fa25f330 # timeout=10
Commit message: "Autoupdated SILHS Commit 942e02ac28ca0981f9a54f4e56d8fc8a16b49b65 Author: domkesteffen Date: Tue May 13 12:55:59 2025 -0500 Removed simple wrappers from clubb_api_module (#1245) * Removed simple wrappers from clubb_api_module CLUBB ticket #1223"
> git rev-list --no-walk abe068b4170b41282c5fd0a37276bf979ede8723 # timeout=10