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.26.2'
 > 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://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision b84d8b2d23f2da9bbc43540c26f4305f71f26996 (refs/changes/91/176691/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/91/176691/1 # timeout=10
 > git rev-parse b84d8b2d23f2da9bbc43540c26f4305f71f26996^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b84d8b2d23f2da9bbc43540c26f4305f71f26996 # timeout=10
Commit message: "Refactors AASXPackageManager to use Apache POI library to read .aasx"