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
Merging remotes/origin/master commit 4f9fcedc6072b0f4a43a61470b16b8a7dc6f3c41 into PR head commit ace9d23954eb8754473a16ca2a5c8c97bda34b2b
Merge succeeded, producing ace9d23954eb8754473a16ca2a5c8c97bda34b2b
Checking out Revision ace9d23954eb8754473a16ca2a5c8c97bda34b2b (PR-2703)
Commit message: "Merge branch 'master' into phannebohm-patch-1"
Cleaning workspace
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/on_ModelicaSpecification_PR-2703/.git # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.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/modelica/ModelicaSpecification.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/modelica/ModelicaSpecification.git +refs/pull/2703/head:refs/remotes/origin/PR-2703 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ace9d23954eb8754473a16ca2a5c8c97bda34b2b # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge 4f9fcedc6072b0f4a43a61470b16b8a7dc6f3c41 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ace9d23954eb8754473a16ca2a5c8c97bda34b2b # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2703 # timeout=10
 > git checkout -b PR-2703 ace9d23954eb8754473a16ca2a5c8c97bda34b2b # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10