Skip to content

Console Output

No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /home/jenkins/agent/workspace/BaSyx_CI_CPP # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ef139c5813c56c536c817f8024c67fb4af8d4c36 (refs/changes/26/172826/1)
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/26/172826/1 # timeout=10
 > git rev-parse ef139c5813c56c536c817f8024c67fb4af8d4c36^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef139c5813c56c536c817f8024c67fb4af8d4c36 # timeout=10
Commit message: "Implements ControlComponent and appropriate tests."