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@2adb40b6; decorates RemoteLauncher[hudson.remoting.Channel@bd4b429a:JNLP4-connect connection from 10.40.39.40/10.40.39.40:58264] 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 9bb6b7fbe3681c5ba2170937206a57f152919610 (refs/remotes/origin/2.6)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-2.6/.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/2.6^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9bb6b7fbe3681c5ba2170937206a57f152919610 # timeout=10
Commit message: "LOG4J dependency update in MOXy OSGi tests (#1372)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 2.6 9bb6b7fbe3681c5ba2170937206a57f152919610 # timeout=10
 > git rev-list --no-walk 6d743071853100975ccf3059c119d90fc1026767 # timeout=10