Skip to content

Console Output

13:44:15 The recommended git tool is: git
13:44:15 using credential docker-jenkins-github-credentials
13:44:15 Cloning the remote Git repository
13:44:15 Cloning with configured refspecs honoured and without tags
13:44:15 Fetching without tags
13:44:15 Merging remotes/origin/master commit 0a799b452b369be0fafa319ef883353fe5649669 into PR head commit e1ce0f28a6161dd5918c78ddb2a288c621a3aa05
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-884 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/884/head:refs/remotes/origin/PR-884 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/884/head:refs/remotes/origin/PR-884 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/884/head:refs/remotes/origin/PR-884 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1ce0f28a6161dd5918c78ddb2a288c621a3aa05 # timeout=10