Skip to content

Console Output

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
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- https://github.com/eclipse/lemminx +refs/heads/*:refs/remotes/origin/* # timeout=10
Cleaning workspace
Checking out Revision 2bf255f168e5eb6510db92806030826c19c1703e (refs/remotes/origin/master)
 > 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 config remote.origin.url https://github.com/eclipse/lemminx # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/eclipse/lemminx
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- https://github.com/eclipse/lemminx +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2bf255f168e5eb6510db92806030826c19c1703e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2bf255f168e5eb6510db92806030826c19c1703e # timeout=10
Commit message: "Update changelog for upcoming 0.13.0 release"