The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /private/tmp/jenkins/workspace/clubb_mac_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.17.2 (Apple Git-113)'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision ae681935179f62ffb588fe2aab7c95780034f153 (refs/remotes/origin/master)
> 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
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ae681935179f62ffb588fe2aab7c95780034f153 # timeout=10
Commit message: "Add 3 new features to dashboard: 1) Add Huber (confusingly called "Ransac") regressor to find a fit that de-weights outliers. The goal is to identify tuning trade-offs. 2) Add ElasticNet regressor. The goal here is to obtain a good fit that doesn't perturb the parameters too much, and that leaves some parameter values unchanged if possible. 3) Add a routine to create PCA biplots. The goal here is to identify outliers (i.e., tuning trade-offs) analytically."
> git rev-list --no-walk cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a # timeout=10