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/branch_wrf_test # 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 Jenkins user on Linux systems
> git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d0672f29d075e189c77ce4e6a383debea8528f1a (refs/remotes/origin/err_info_update_wrf)
> 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
> git rev-parse refs/remotes/origin/err_info_update_wrf^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d0672f29d075e189c77ce4e6a383debea8528f1a # timeout=10
Commit message: "Merge branch 'master' into err_info_update_wrf"