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-2.7 # 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
 > 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
Avoid second fetch
Checking out Revision af60e4ebbad2756c45a4ebc55e353fe9c3c30e0b (refs/remotes/origin/2.7)
 > git rev-parse refs/remotes/origin/2.7^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af60e4ebbad2756c45a4ebc55e353fe9c3c30e0b # timeout=10
Commit message: "fixes #2136 - NPE in ExpressionOperator.printCollection  (#2137)"
 > git rev-list --no-walk ce6a459cc174a85dd46a5ddf9fc68c0176eb8f57 # timeout=10