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_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
Avoid second fetch
Checking out Revision 902a74386daf803eb080c0f4d78c26927c847109 (refs/remotes/origin/master)
Commit message: "Autoupdated stats Commit 25d5bed515ab3d6e11e43419ef1fc3a71777e545 Author: st3113n Date: Wed May 21 17:32:02 2025 -0500 Merge grid adaptation implementation (#1249) * add tunable parameter interp_from_dycore_grid_method"
> 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
> git config core.sparsecheckout # timeout=10
> git checkout -f 902a74386daf803eb080c0f4d78c26927c847109 # timeout=10
> git rev-list --no-walk 30eb0f6d0c118e6ea0b1be01e5d0a018a328b549 # timeout=10