Console Output
The recommended git tool is: git
Fetching changes from the remote Git repository
Cleaning workspace
> git rev-parse --resolve-git-dir /home/jenkins/workspace/wrf_clubb_plot_ifort/.git # timeout=10
> git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -ffdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 4096bb3692f90514b0d91024269b729e27e8b9f0 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9 Author: Gunther Huebler Date: Thu Nov 7 15:40:10 2024 -0600 Various Small Tweaks (#1205) * Batching multicol output. Unfinished, need to make calls_p_out a namelist input and handle the case that it doesn't evenly divide the total number of timesteps."
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 4096bb3692f90514b0d91024269b729e27e8b9f0 # timeout=10
> git rev-list --no-walk f1df9e391b1ca95236c26a07a05426364714177a # timeout=10