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 d0e4e83709e6fd9e02ef646b6f74735d495a2e43 (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit 1fcbf0455fe43a2fc873f59afedf92e0824640a4 Author: domkesteffen Date: Wed Feb 26 18:11:11 2025 -0600 Removed renaming operators `=>` from clubb_api_module (#1232) CLUBB ticket #1223"
> 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 d0e4e83709e6fd9e02ef646b6f74735d495a2e43 # timeout=10
> git rev-list --no-walk b1b0c6e9aedbf37fb8c6f617862d9b47317e235a # timeout=10