Skip to content

Console Output

The recommended git tool is: NONE
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMTLMSimulator.git
 > git init c:\dev\jenkins\ws\OMTLMSimulator_PR-81 # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMTLMSimulator.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1.windows.2'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMTLMSimulator.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMTLMSimulator.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/81/head:refs/remotes/origin/PR-81 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMTLMSimulator.git # timeout=10
Cleaning workspace
Fetching without tags
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMTLMSimulator.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMTLMSimulator.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 07d5353d4e6f5bb72a0dd4226822c3274157623a into PR head commit ed19d176d5b815c3c393e8f819597d45616e5713
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed19d176d5b815c3c393e8f819597d45616e5713 # 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 07d5353d4e6f5bb72a0dd4226822c3274157623a # timeout=10
Merge succeeded, producing 5226d833936fe0ca64479876b3cd761d864d4f62
Checking out Revision 5226d833936fe0ca64479876b3cd761d864d4f62 (PR-81)
Commit message: "Merge commit '07d5353d4e6f5bb72a0dd4226822c3274157623a' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse "HEAD^{commit}" # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5226d833936fe0ca64479876b3cd761d864d4f62 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-81 5226d833936fe0ca64479876b3cd761d864d4f62 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10