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
Avoid second fetch
Checking out Revision e1d80764f342953ab18d10fe6c9932bee8db6f6d (refs/remotes/origin/2.7)
 > 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/2.7^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1d80764f342953ab18d10fe6c9932bee8db6f6d # timeout=10
Commit message: "Version change to prepare for a next release 2.7.16 (#2149)"
 > git rev-list --no-walk 53511fdbd883151a8554f199e3e4e8a9852177f9 # timeout=10