The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/wrf.git
> git init /home/jenkins/workspace/wrf_clubb_silhs_parallel # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
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/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/bensTestBranch
Seen branch in repository origin/changes_to_not_break
Seen branch in repository origin/dschanen_test_branch
Seen branch in repository origin/master
Seen branch in repository origin/tak_r313
Seen branch in repository origin/tak_r373
Seen branch in repository origin/umd_r736
Seen branch in repository origin/wrf-lasso
Seen 8 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision c7eb33836dd22870dc48b2acd2b5b340dbeef909 (origin/changes_to_not_break)
> git config core.sparsecheckout # timeout=10
> git checkout -f c7eb33836dd22870dc48b2acd2b5b340dbeef909 # timeout=10
Commit message: "Reverted changes made to clubb files"
> git rev-list --no-walk a046e2b235c412b083c9c4a8792d25e626f91e38 # timeout=10