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 cc95979b06e38ec1dd60a3205e9316d11832896d (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f cc95979b06e38ec1dd60a3205e9316d11832896d # timeout=10
Commit message: "Autoupdated SILHS Commit 9fed3afd3153c67a4c38a1f11d741cea5cac1df0 Author: Gunther Huebler Date: Tue Sep 30 22:39:59 2025 -0500 SILHS reproducibility (#1258) * Making the SILHS random number generator on GPUs more reproducible by relying on the lh_seed input every call, which is the same as how the CPU randoms work. Also ensuring that the seed changes each timestep, just to prevent generating the same randoms on different timesteps. Since this does change the randoms, it is BIT_CHANGING for silhs enabled runs."
> git rev-list --no-walk 9cabbe23691fa35ebbaa6c80dc29a85a85c8b869 # timeout=10