Skip to content

Console Output

The recommended git tool is: git
Fetching changes from the remote Git repository
Cleaning workspace
Checking out Revision a23f224b290487aeb6a4c0d90d486268a98b1164 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 208542b71b71cc582f0ad3b3f8abf6953cf14f94 Author: st3113n Date: Thu Sep 26 14:05:55 2024 -0500 Remove radf variable from CLUBB call For pull request #1183 and ticket #1152."
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/branch_sam_test/.git # timeout=10
 > git config remote.origin.url https://github.com/larson-group/sam_clubb.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/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +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 a23f224b290487aeb6a4c0d90d486268a98b1164 # timeout=10