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/Jakarta-EE8-Release/Jersey_release_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/Jakarta-EE8-Release/Jersey_release_pipeline@tmp/jenkins-gitclient-ssh964025867890326815.key
Verifying host key using manually-configured host key entries
 > 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 b861a1c858c731a1b8d308e78796c39563b80d8e (refs/remotes/origin/3.0)
 > 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.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b861a1c858c731a1b8d308e78796c39563b80d8e # timeout=10
Commit message: "[3.0] versions update (#5584)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.0 b861a1c858c731a1b8d308e78796c39563b80d8e # timeout=10
 > git rev-list --no-walk 09318a40ca0e44b66f567d8a093808f4372af425 # timeout=10