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@b6de97d2; decorates RemoteLauncher[hudson.remoting.Channel@2505215:JNLP4-connect connection from 10.40.66.254/10.40.66.254:47524] 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 e60e793d6e9058e0f73c8d1282294432aece80a4 (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-cb-master/.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/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e60e793d6e9058e0f73c8d1282294432aece80a4 # timeout=10
Commit message: "Queries created with criteria api with many joins - fix (#2129)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master e60e793d6e9058e0f73c8d1282294432aece80a4 # timeout=10
 > git rev-list --no-walk f194e68fa0461568024ab143e1706207931f37ba # timeout=10