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@315bf897; decorates RemoteLauncher[hudson.remoting.Channel@8848e499:JNLP4-connect connection from 10.40.71.179/10.40.71.179:41938] 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 78a5206fc3b2563020c3bdcc2887e110ce814376 (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-promote-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'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/eclipselink-promote-master@tmp/jenkins-gitclient-ssh14660537626265840560.key
Verifying host key using manually-configured host key entries
 > 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 78a5206fc3b2563020c3bdcc2887e110ce814376 # timeout=10
Commit message: "Jakarta Persistence 3.2: JPQL generate missing Entity default `this` alias in simple SELECT queries (#2102)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 78a5206fc3b2563020c3bdcc2887e110ce814376 # timeout=10