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_ifort_plot # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> 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 e1bf15f8dab01f8c83543891d6bfd2f2bb4533f3 (refs/remotes/origin/master)
> 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/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f e1bf15f8dab01f8c83543891d6bfd2f2bb4533f3 # timeout=10
Commit message: "Autoupdated stats Commit fe6ddb2a0179dc3d9a983236a0cc7142eb82ac5f Author: Gunther Huebler Date: Wed Oct 2 12:12:10 2024 -0500 New/new_hybrid PDF Stats Removal (#1185) * Removing stats output only used for new and new_hybrid pdfs. See https://github.com/larson-group/clubb/issues/1176"
> git rev-list --no-walk 99ba534625de9bd92159aa3e2f3b9f8e42c43371 # timeout=10