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 648b170d89811561bbbddb59864c54f4492cbd06 (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
> git config core.sparsecheckout # timeout=10
> git checkout -f 648b170d89811561bbbddb59864c54f4492cbd06 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit cb9c724afbacef68636111b671d273df57166a6d Author: bmg929 Date: Tue Apr 22 13:57:37 2025 -0500 I updated adj_low_res_nu for use with a generalized grid. It is not called from within advance_clubb_core or from within SILHS. It is not necessary to be generalized for tests within standalone CLUBB. However, it is necessary to generalize this code for use within host models, particularly for CAM and E3SM."
> git rev-list --no-walk 8c4998b6c4045ea2b619095d94071d5bca74339e # timeout=10