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@4212cb02; decorates RemoteLauncher[hudson.remoting.Channel@16fbebb5:JNLP4-connect connection from 10.129.10.1/10.129.10.1:38164] 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 339a37c4afde1060b92f806b716056a9860344f8 (refs/remotes/origin/master)
Commit message: "Jenkins build - Snapshots promotion during Nightly build (#957)"
 > 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 339a37c4afde1060b92f806b716056a9860344f8 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 339a37c4afde1060b92f806b716056a9860344f8 # timeout=10