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 da112015f951dc48a4aae1cc915d0da8a94e540a (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 411597c76553f0baeb2bf38a8624c56adf4678da Author: Gunther Huebler Date: Thu Oct 3 16:15:08 2024 -0500 Fixing bug. This loop has a vertical dependency prevent the use of collapse(2). See https://github.com/larson-group/cam/issues/175\#issuecomment-2261283301"
> 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 da112015f951dc48a4aae1cc915d0da8a94e540a # timeout=10
> git rev-list --no-walk e1bf15f8dab01f8c83543891d6bfd2f2bb4533f3 # timeout=10