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.6 # 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 6d743071853100975ccf3059c119d90fc1026767 (refs/remotes/origin/2.6)
 > 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.6^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d743071853100975ccf3059c119d90fc1026767 # timeout=10
Commit message: "SQL Struct with @Lob (BLOB, CLOB) used as stored procedure parameter type - backport (#1322)"
 > git rev-list --no-walk a623d1345ce33e4a8205313c21684c02b61aa229 # timeout=10