Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Using shallow fetch with depth 1
Cleaning workspace
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/mockups/.git # timeout=10
 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Checking out Revision 31251781de10bebc8949dd2937fe2f901415134a (refs/remotes/origin/master)
Commit message: "Use Eclipse Platform 2024-03"
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 31251781de10bebc8949dd2937fe2f901415134a # timeout=10