The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /home/jenkins/workspace/clubb_check_budget_balance_gfortran # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/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 c3ee79e89c69ce9d37d5d65f96f0eec01531c384 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f c3ee79e89c69ce9d37d5d65f96f0eec01531c384 # timeout=10
Commit message: "Adding a kludgy but functional trimming for the (non-CLUBB) variables that are processed via the '_calc' key. These variables are not trimmed like the others since they are processed in a different place, and therefore the plots will not have the correct min/max height without this fix. This seems to matter for budget lines from non-CLUBB models (no CLUBB variables have the '_calc' key)."
> git rev-list --no-walk 7b46672af546d7157ba7b469e5345d2562e1c1c8 # timeout=10