Skip to content

Console Output

The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/wrf_clubb_silhs_parallel_ifort/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.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/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5f6b82f86867e0d22e15352c939353e80e17b288 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5f6b82f86867e0d22e15352c939353e80e17b288 # timeout=10
Commit message: "vertical_integral and vertical_avg have been moved to advance_helper_module, so we have to update linking paths accordingly."
 > git rev-list --no-walk 5fd8512865175fe77329db6fd386cc2f27bf8aa2 # timeout=10