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_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.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/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> 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
Avoid second fetch
Seen branch in repository origin/DYCOMS2_modification
Seen branch in repository origin/GABLS3_night_addition
Seen branch in repository origin/esrl_tak_16June2013
Seen branch in repository origin/grid_fixes
Seen branch in repository origin/master
Seen branch in repository origin/newvars
Seen branch in repository origin/readiopdata_nf90
Seen branch in repository origin/sam_clubb_r1061_pnnl
Seen branch in repository origin/sam_clubb_r1406_pnnl
Seen branch in repository origin/sam_clubb_r1630_pnnl
Seen branch in repository origin/sam_clubb_r929_pnnl
Seen branch in repository origin/sam_clubb_r946_pnnl
Seen branch in repository origin/sam_clubb_r953_pnnl
Seen branch in repository origin/upwp_budget_sdomke
Seen branch in repository origin/wangara_updates
Seen 15 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 96f90d5be4cd58321c9dfb60bc92b2b224d4391d (origin/grid_fixes)
> git config core.sparsecheckout # timeout=10
> git checkout -f 96f90d5be4cd58321c9dfb60bc92b2b224d4391d # timeout=10
Commit message: "Fixing the ordering of gr in the arg list and dropping usage of grid_class."