Skip to content

Console Output

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/dschanen_test_branch
Seen branch in repository origin/grid_fixes
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 d3946a586f66f155af6c32d7c6f9ed92389388cf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d3946a586f66f155af6c32d7c6f9ed92389388cf # timeout=10
Commit message: "Add custom config files for compiling on Cheyenne with intel."