Skip to content

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.43.0'
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 c7d1a27d1f68219b8d79b7ab240ce8d5c0825059 (refs/remotes/origin/main)
Commit message: "Updated Linux versions in the JSON"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7d1a27d1f68219b8d79b7ab240ce8d5c0825059 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main c7d1a27d1f68219b8d79b7ab240ce8d5c0825059 # timeout=10
 > git rev-list --no-walk b45e806dbbee25a3af58548ffb0df0af2fee47db # timeout=10