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/sam_clubb.git
 > git init /home/jenkins/workspace/sam_micro_drizzle_intel_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/sam_clubb.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 dd7b75d684a98d0fc39d2ddd2b531a94b435a140 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd7b75d684a98d0fc39d2ddd2b531a94b435a140 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 7945eaacac73eb9bbf7dc2b21dd6187c724a8fbf Author: Trevor-Hancock5 Date: Tue Jun 9 14:48:03 2026 -0500 Removed/Deleted GrADS (.ctl, .dat) file format and reference to it (#1310) - Made updates to Input Fields to remove GrADS. Master branch only worked for a small number of input variables, and after the changes when testing, worked just as well as the master branch."
 > git rev-list --no-walk c9e6e39efed55be934182e273d8a1d129d260556 # timeout=10