Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@9b7b882f; decorates RemoteLauncher[hudson.remoting.Channel@bf884b3e:JNLP4-connect connection from 10.40.62.141/10.40.62.141:39798] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
Checking out Revision 5cfd9e55166b52abf6c88455016389aef274abb1 (refs/remotes/origin/3.0)
Commit message: "Added doPrivileged for setAccessible when parsing JPQL query with EXTRACT"
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-3.0/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # 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 rev-parse refs/remotes/origin/3.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5cfd9e55166b52abf6c88455016389aef274abb1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.0 5cfd9e55166b52abf6c88455016389aef274abb1 # timeout=10
 > git rev-list --no-walk f79ba96c79e047ddaf302dadcffeae34a5914fc3 # timeout=10