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'
using GIT_ASKPASS to set credentials larsongroupsysadmin github token
> 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 61a93c32ab0bf14e182ed3c03118a86550551aec (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 61a93c32ab0bf14e182ed3c03118a86550551aec # timeout=10
Commit message: "Autoupdated stats Commit c292c6c30e74faab2dc44ba5185d8885aa2f29d6 Author: Gunther Huebler Date: Mon Aug 10 22:12:43 2026 -0500 Fill holes tab (#1339) * New fill holes misc tab, requires some new stats outputs, but I think we can remove some"
> git rev-list --no-walk 3366d8d5729627030f0fef53d74e39520919e2a5 # timeout=10