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_scam_gfortran_debug_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
Avoid second fetch
Checking out Revision e4cb0f1cd362cf16338a79e1aa8edfe967fdeb5e (refs/remotes/origin/clubb_silhs_devel)
Commit message: "Autoupdated CLUBB_core Commit 1e73c9c30c0b13eb0a0a5e0010ce9fd81c67c2f0 Author: domkesteffen Date: Fri May 2 12:37:23 2025 -0500 Run scm fixes (#1244) Fixed error output for run?scm?all.bash, added some missing error checks to CLUBB CLUBB ticket #975"
 > 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
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4cb0f1cd362cf16338a79e1aa8edfe967fdeb5e # timeout=10
 > git rev-list --no-walk e4cb0f1cd362cf16338a79e1aa8edfe967fdeb5e # timeout=10