Skip to content

Console Output

Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMTLMSimulator.git
 > git init /var/jenkins_home/workspace/OMTLMSimulator_jenkins-5UKU6IIPUZZBUYIKBCXV3T3ZOCOLGPMIS2BUG3NL3S5F35OQZPSQ # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMTLMSimulator.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress https://github.com/OpenModelica/OMTLMSimulator.git +refs/heads/jenkins:refs/remotes/origin/jenkins
 > git config remote.origin.url https://github.com/OpenModelica/OMTLMSimulator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/jenkins:refs/remotes/origin/jenkins # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMTLMSimulator.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/OpenModelica/OMTLMSimulator.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress https://github.com/OpenModelica/OMTLMSimulator.git +refs/heads/jenkins:refs/remotes/origin/jenkins
Checking out Revision ed19d176d5b815c3c393e8f819597d45616e5713 (jenkins)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed19d176d5b815c3c393e8f819597d45616e5713
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b jenkins ed19d176d5b815c3c393e8f819597d45616e5713
Commit message: "Add Jenkins CI for stand-alone OMTLMSimulator"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10