Skip to content

Console Output

The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lemminx
 > git init /home/jenkins/agent/workspace/lemminx-release # timeout=10
Fetching upstream changes from https://github.com/eclipse/lemminx
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/lemminx-release@tmp/jenkins-gitclient-ssh13739864842603611623.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://github.com/eclipse/lemminx +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision cbe1dc5fcd9eabae6f49ee4d2882445d5f5b0dd3 (refs/remotes/origin/main)
Commit message: "Changelog for 0.27.0"
 > git config remote.origin.url https://github.com/eclipse/lemminx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cbe1dc5fcd9eabae6f49ee4d2882445d5f5b0dd3 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main cbe1dc5fcd9eabae6f49ee4d2882445d5f5b0dd3 # timeout=10