Skip to content

Console Output

The recommended git tool is: git
Fetching changes from the remote Git repository
Cleaning workspace
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/wrf_clubb_plot_ifort/.git # timeout=10
 > git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 3e674ca6cfc7f11c9a3ff4e4bd241a614fdd9795 (refs/remotes/origin/master)
Commit message: "Autoupdated tunable_parameters Commit d7b7306c8f0f7a0150cade9a0d73db293ed89524 Author: domkesteffen Date: Fri Dec 6 13:43:28 2024 -0600 Changed default setting of flag l_min_wp2_from_corr_wx to false (#1216) CLUBB ticket #1165"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e674ca6cfc7f11c9a3ff4e4bd241a614fdd9795 # timeout=10
 > git rev-list --no-walk ced050253c154dafb54a390ab5f51e4330992a9c # timeout=10