Console Output
The recommended git tool is: git
using credential Hudson-SSH-Key
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /var/lib/jenkins/ws/LINUX_BUILDS/.git # timeout=10
> git config remote.origin.url git@github.com:OpenModelica/www.openmodelica.org.git # timeout=10
Fetching upstream changes from git@github.com:OpenModelica/www.openmodelica.org.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_SSH to set credentials SSH Key for user Hudson
> git fetch --tags --force --progress -- git@github.com:OpenModelica/www.openmodelica.org.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 7f35b01ba7fb6929ead53fc2e388141dda73de62 (refs/remotes/origin/main)
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7f35b01ba7fb6929ead53fc2e388141dda73de62 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D main # timeout=10
> git checkout -b main 7f35b01ba7fb6929ead53fc2e388141dda73de62 # timeout=10
Commit message: "update program time (#63)"
> git rev-list --no-walk 4c32c45e29aed940fe749ed9fdd99dea7bf8aecd # timeout=10