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_2 # 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
 > 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/65/178265/2 # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision 4ee126e29ca3bd74cd67e99f1f4600f04aec1edb (refs/changes/65/178265/2)
 > git rev-parse 4ee126e29ca3bd74cd67e99f1f4600f04aec1edb^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ee126e29ca3bd74cd67e99f1f4600f04aec1edb # timeout=10
Commit message: "Bug 572028  - OPC UA connection failure terminates application"