Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/mockups/.git # timeout=10
Fetching changes from the remote Git repository
Using shallow fetch with depth 1
Cleaning workspace
 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
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
Checking out Revision 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b (refs/remotes/origin/master)
Commit message: "Use official Maven image for building the repository"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b # timeout=10