Skip to content

Console Output

21:50:18 [2024-05-24T01:50:18.282Z] The recommended git tool is: NONE
21:50:19 [2024-05-24T01:50:19.968Z] No credentials specified
21:50:19 [2024-05-24T01:50:19.971Z] Cloning the remote Git repository
21:50:19 [2024-05-24T01:50:19.998Z] Cloning repository https://github.com/eclipse/lsp4j.git
21:50:20 [2024-05-24T01:50:20.050Z]  > git init /home/jenkins/agent/workspace/lsp4j # timeout=10
21:50:20 [2024-05-24T01:50:20.087Z] Fetching upstream changes from https://github.com/eclipse/lsp4j.git
21:50:20 [2024-05-24T01:50:20.087Z]  > git --version # timeout=10
21:50:20 [2024-05-24T01:50:20.094Z]  > git --version # 'git version 2.41.0'
21:50:20 [2024-05-24T01:50:20.095Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/lsp4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:50:21 [2024-05-24T01:50:21.270Z]  > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10
21:50:21 [2024-05-24T01:50:21.279Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
21:50:22 [2024-05-24T01:50:22.064Z] Avoid second fetch
21:50:22 [2024-05-24T01:50:22.077Z] Checking out Revision f235e91fbe2e45f62e185bbb9f6d21bed48eb2b9 (refs/remotes/origin/main)
21:50:22 [2024-05-24T01:50:22.472Z] Commit message: "Update to latest japicmp tool release (#841)"
21:50:22 [2024-05-24T01:50:22.065Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
21:50:22 [2024-05-24T01:50:22.082Z]  > git config core.sparsecheckout # timeout=10
21:50:22 [2024-05-24T01:50:22.110Z]  > git checkout -f f235e91fbe2e45f62e185bbb9f6d21bed48eb2b9 # timeout=10
21:50:22 [2024-05-24T01:50:22.172Z]  > git branch -a -v --no-abbrev # timeout=10
21:50:22 [2024-05-24T01:50:22.186Z]  > git checkout -b main f235e91fbe2e45f62e185bbb9f6d21bed48eb2b9 # timeout=10