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_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 a6e8d7aaaa95d5150447ef17f43b84949dbc9df5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a6e8d7aaaa95d5150447ef17f43b84949dbc9df5 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 92dfde364177231829c86e739a48ac23bef83696 Author: Trevor Hancock Date: Wed Feb 11 16:43:05 2026 -0600 Removed blank line to test python update scripts"
 > git rev-list --no-walk b823b3941ccafda997edfef4b73a3b12e6185c62 # timeout=10