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/cam.git
 > git init /home/jenkins/workspace/cam_gpu_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/cam.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/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision becf84ac362381791978e915d39fd44e4a5b8a8e (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f becf84ac362381791978e915d39fd44e4a5b8a8e # 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 dfa4c8ae3d83c1329f4ae9e37507df8991110360 # timeout=10