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 9f65d3731286e9f25112ae059ca209d1b5f47920 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f65d3731286e9f25112ae059ca209d1b5f47920 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit bdee6e6dbac76a996cdf73a88522c47affdd4d90 Author: Gunther Huebler Date: Tue Mar 17 22:44:55 2026 -0500 Fixing clubb_error_handling_gfortran_test (#1281) * Fixing error test by making the code check for NaNs in all solver cases - before it was only checking in Lapack. Also making a python version of the test and updating jenkins script to use it."
 > git rev-list --no-walk ff55e82b1f50a1edd8fd5021baa1fc8f6a590ce5 # timeout=10