Skip to content

Console Output

The recommended git tool is: git
using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision 0d804d597bc385686856d453cc830fad4923fa3e (msys2-ucrt)
Commit message: "Adding CMakeLists.txt"
 > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/OMSens_msys2-ucrt/.git # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMSens.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMSens.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMSens.git +refs/heads/msys2-ucrt:refs/remotes/origin/msys2-ucrt # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d804d597bc385686856d453cc830fad4923fa3e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D msys2-ucrt # timeout=10
 > git checkout -b msys2-ucrt 0d804d597bc385686856d453cc830fad4923fa3e # timeout=10
 > git rev-list --no-walk b7c402a32c095d7baa40ad6fcbd012a483703553 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10