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_main # 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/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision 0180363e3169fc9ab86a64381949b304f45ba72e (main)
Commit message: "Add response JSON adapter for `textDocument/inlineValue` (#754)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0180363e3169fc9ab86a64381949b304f45ba72e # timeout=10
 > git rev-list --no-walk 523168fb44987087e638ecbfa6640c9f963a774e # timeout=10