Skip to content

Console Output

The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.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/Jersey3x_BuildAndZip_Pipeline@tmp/jenkins-gitclient-ssh5749593231837471549.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision eda81220eee2164017be0c001cdb378202d3058c (refs/remotes/origin/3.x)
Commit message: "merge of the actual master into 3.x branch"
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/3.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eda81220eee2164017be0c001cdb378202d3058c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.x eda81220eee2164017be0c001cdb378202d3058c # timeout=10
 > git rev-list --no-walk 44cfd2a49afd919eb343186af745e6ccc5f00e78 # timeout=10