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_silhs_parallel_ifort # 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 955e7e6f7d15d54e7f1fb6ff7bdf9fbd2c4db0b4 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 673beb053c2f32cc4a92340a492afab4c74f7170 Author: domkesteffen Date: Thu Dec 19 16:09:59 2024 -0600 Fix binormal correlation clipping (#1199) Fixed clipping in binormal correlation calc CLUBB ticket #1164"
 > 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 955e7e6f7d15d54e7f1fb6ff7bdf9fbd2c4db0b4 # timeout=10
 > git rev-list --no-walk 7c90ed978e58a41aa7c386b55ab1713534dde19a # timeout=10