Skip to content

Console Output

The recommended git tool is: NONE
using credential github-bot
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision 85cdfdecc029c06ad2d4e9a48750173d4af1b866 (master)
Commit message: "Improve error reporting on failed updates"
Cleaning workspace
 > git rev-parse --resolve-git-dir /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 upstream changes from https://github.com/eclipse-theia/theia-example.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.3 (Apple Git-128)'
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85cdfdecc029c06ad2d4e9a48750173d4af1b866 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10