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_2.x # 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/2.x:refs/remotes/origin/2.x # timeout=10
Avoid second fetch
Checking out Revision 3077a0df43c8e092d351194e02f62374fe3f9389 (2.x)
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/2.x:refs/remotes/origin/2.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3077a0df43c8e092d351194e02f62374fe3f9389 # timeout=10
Commit message: "Allow the internal package to be a part of the Jersey APIDoc"