Console Output
The recommended git tool is: git
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
Avoid second fetch
Checking out Revision dd6714f6815d0d0afb3b220baf12241da398e880 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 673beb053c2f32cc4a92340a492afab4c74f7170 Author: domkesteffen Date: Thu Dec 19 16:09:59 2024 -0600 Fix binormal correlation clipping (#1199) Fixed clipping in binormal correlation calc CLUBB ticket #1164"
> 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
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f dd6714f6815d0d0afb3b220baf12241da398e880 # timeout=10
> git rev-list --no-walk 821997ab77ca92cbdae32ded1e406f9587ce5081 # timeout=10