Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/ci-cd-integration_3.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
Avoid second fetch
Checking out Revision d98cf534aae3b099d83e3ad98a0f50b603fc9c1d (3.0)
Commit message: "merge of the actual 2.x to the 3.0"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d98cf534aae3b099d83e3ad98a0f50b603fc9c1d # timeout=10