Skip to content

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 c967b06de1e8121be8377c2dd4252c8522de57ba (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 c967b06de1e8121be8377c2dd4252c8522de57ba # timeout=10
Commit message: "Autoupdated CLUBB_core Commit be901594bb8e40f6b634f35f1488c0e5f9022e8f Author: Brian Griffin Date: Sat Mar 1 10:38:42 2025 -0600 Generalized grid (#1230) * Added the necessary grid variables to the grid type (they're hardwired for an Ascending Grid for now)."
 > git rev-list --no-walk d0e4e83709e6fd9e02ef646b6f74735d495a2e43 # timeout=10