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.1 # 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.1:refs/remotes/origin/3.1 # 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.1:refs/remotes/origin/3.1 # timeout=10
Avoid second fetch
Checking out Revision 59b7d65a85db0e548bebdb25d78d61aee98aec9b (3.1)
Commit message: "Jetty HTTP Container native timeout"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 59b7d65a85db0e548bebdb25d78d61aee98aec9b # timeout=10
 > git rev-list --no-walk 28fe57f2182c19aac7e38d1a8f147aab2d566516 # timeout=10