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
Avoid second fetch
Checking out Revision 82da18c4c3268b271db305d74631d1f7ab5d1ca2 (3.0)
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82da18c4c3268b271db305d74631d1f7ab5d1ca2 # timeout=10
Commit message: "Merge pull request #5559 from jansupol/m242c"
 > git rev-list --no-walk 8a97860509b50cef2647e1013ceff84e986890d2 # timeout=10