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 26043da64f7276818ec350b42070118741c67723 (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26043da64f7276818ec350b42070118741c67723 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 49bd72c6b6ee57f27c7694b25facd1b0eb91bd09 Author: Gunther Huebler Date: Wed Mar 18 17:15:29 2026 -0500 Dash app improvements (#1280) * Mainly dash app improvements, but also removing unused args from stats and improving run scripts"
 > git rev-list --no-walk 7ddcdcf1018a59a3eebcb08156f6f19be6ec6945 # timeout=10