Skip to content

Console Output

The recommended git tool is: git
using credential github-bot-ssh
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@b3392453; decorates RemoteLauncher[hudson.remoting.Channel@4e0d8ca1:JNLP4-connect connection from 10.129.6.1/10.129.6.1:43514] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/eclipselink.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_SSH to set credentials GitHub bot (SSH)
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 5454299df189194195904814b7a3f0069ff4e0c8 (refs/remotes/origin/master)
Commit message: "Update ECLIPSELINK version of org.eclipse.persistence:org.eclipse.persistence.parent to 3.0.1-SNAPSHOT"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5454299df189194195904814b7a3f0069ff4e0c8 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 5454299df189194195904814b7a3f0069ff4e0c8 # timeout=10