Skip to content

Console Output

The recommended git tool is: NONE
using credential github-bot
Fetching changes from the remote Git repository
Cleaning workspace
 > git rev-parse --resolve-git-dir C:\Users\genie.theia\jenkins_agent\workspace\theia-example_master\.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-theia/theia-example.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse-theia/theia-example.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-theia/theia-example.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 60465dd2c022ef814e1c346f9d71f413fb04f2d1 (master)
Commit message: "Revert "Delete content of Jenkins job cache folders""
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60465dd2c022ef814e1c346f9d71f413fb04f2d1 # timeout=10
 > git rev-list --no-walk 85cdfdecc029c06ad2d4e9a48750173d4af1b866 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10