Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/eclipselink.git
 > git init /home/jenkins/agent/workspace/eclipselink-nightly-master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision df24ebbc65b2d28d4f5069e9515a24b9b7ca6528 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df24ebbc65b2d28d4f5069e9515a24b9b7ca6528 # timeout=10
Commit message: "Performance tests improvement - use EmulatedDB (#2130)"
 > git rev-list --no-walk 788c8b61e1786a8f20f531834ca287962d44cbe3 # timeout=10