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_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 835940da9b1d8f20a481de4558c1b8fda7dc252d (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 7ece9fa5eafbaa094fd23095d704a861c5c902bd Author: Gunther Huebler Date: Mon Oct 7 14:12:21 2024 -0500 Mono Flux Optimizations  (#1189) * Performance optimizations. This is BIT_CHANGING but not answer changing."
 > 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 835940da9b1d8f20a481de4558c1b8fda7dc252d # timeout=10
 > git rev-list --no-walk f23e201647c250edd5227d478c69b36a2cf661c2 # timeout=10