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 e9a4445773714239925e271b88835c45a27e5385 (refs/changes/13/172513/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/13/172513/1 # timeout=10
 > git rev-parse e9a4445773714239925e271b88835c45a27e5385^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9a4445773714239925e271b88835c45a27e5385 # timeout=10
Commit message: "Small bugfixes"