Console Output
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /home/jenkins/workspace/clubb_generalized_vertical_grid_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6011fadbf84bd9e26f1105695ab4e40d72ae3f71 (refs/remotes/origin/master)
> git config remote.origin.url https://github.com/larson-group/clubb.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 6011fadbf84bd9e26f1105695ab4e40d72ae3f71 # timeout=10
Commit message: "I updated run_bindiff_w_flags_config_host_flags to add flag set 3, which, from what I can tell, contains the default CLUBB flag settings for E3SM in the maint-3.0 branch."
> git rev-list --no-walk f9b793fc2d666ae40a33e3e574558b6ea39c78d3 # timeout=10