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@e239ef1a; decorates RemoteLauncher[hudson.remoting.Channel@3f96e818:JNLP4-connect connection from 10.40.61.174/10.40.61.174:57096] 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 271766d15828d899e7fd3d5c7a257366e9990c95 (refs/remotes/origin/3.0)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-cb-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 271766d15828d899e7fd3d5c7a257366e9990c95 # timeout=10
Commit message: "Oracle proxy authentication test fix (#2145)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.0 271766d15828d899e7fd3d5c7a257366e9990c95 # timeout=10
 > git rev-list --no-walk 271766d15828d899e7fd3d5c7a257366e9990c95 # timeout=10