Skip to content

Console Output

The recommended git tool is: git
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_Dev # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e03de25afef541e8e62eb3043917e014a21eb219 (refs/changes/42/185942/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/42/185942/1 # timeout=10
 > git rev-parse e03de25afef541e8e62eb3043917e014a21eb219^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e03de25afef541e8e62eb3043917e014a21eb219 # timeout=10
Commit message: "Delegates Operation Invocation to external URL if invocationDelegation Qualifier type is set"