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 1bd9da1d742e1fe338272cad252ee80c7bdf5704 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1bd9da1d742e1fe338272cad252ee80c7bdf5704 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 6340e0a542105e3612b9709f3192cdf3b88a55ec Author: Trevor-Hancock5 Date: Mon Mar 2 19:40:18 2026 -0600 Add blank line to test python scripts Testing python scripts from crontab"
 > git rev-list --no-walk ea08fd2e0f2fb6b527428a036d6034a20966a874 # timeout=10