Skip to content

Console Output

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