Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/lsp4j.git
 > git init /home/jenkins/agent/workspace/lsp4j-multi-build_release_0.21 # timeout=10
Fetching upstream changes from https://github.com/eclipse/lsp4j.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/lsp4j.git +refs/heads/release_0.21:refs/remotes/origin/release_0.21 # timeout=10
Avoid second fetch
Checking out Revision 689726eb7104ff2c16133fcefe6476c04810ff46 (release_0.21)
Commit message: "Using internals which may not be visible #738 (#739) (#758)"
 > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release_0.21:refs/remotes/origin/release_0.21 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 689726eb7104ff2c16133fcefe6476c04810ff46 # timeout=10
 > git rev-list --no-walk 42a8c2d6d5920a89e2231d7e0dc80d201532cc62 # timeout=10