Skip to content

Console Output

08:45:56 using credential docker-jenkins-github-credentials
08:45:56 Cloning the remote Git repository
08:45:56 Cloning with configured refspecs honoured and without tags
08:45:57 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.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-py.git +refs/pull/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:45:57 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 180414dcbbde807f85695a03a5c12d5ffc3aa6f3
08:45:57 Merge succeeded, producing 180414dcbbde807f85695a03a5c12d5ffc3aa6f3
08:45:57 Checking out Revision 180414dcbbde807f85695a03a5c12d5ffc3aa6f3 (PR-2680)
08:45:57 Commit message: "Shell out to SSH client for an ssh connection"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 180414dcbbde807f85695a03a5c12d5ffc3aa6f3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 180414dcbbde807f85695a03a5c12d5ffc3aa6f3 # timeout=10