Console Output
The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
> git init /home/jenkins/workspace/cam_plot_scam_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 86df31ff4b0640c119437d4690e9556fa4ff36e5 (refs/remotes/origin/clubb_silhs_devel)
> git config core.sparsecheckout # timeout=10
> git checkout -f 86df31ff4b0640c119437d4690e9556fa4ff36e5 # timeout=10
Commit message: "Autoupdated SILHS Commit c13dc43f7deeb933c47f48557f841b5d6d4cd621 Author: Gunther Huebler Date: Tue Nov 12 13:04:50 2024 -0600 Multi Column Mirror Test (#1206) * Making fcor_nl to set multi_col version of fcor. This is a BIT_CHANGING bug fix that only affects the extra columns."
> git rev-list --no-walk 347646e13207db4729db167a1a55fcba7f49f8d2 # timeout=10