Skip to content

Console Output

08:36:56 using credential docker-jenkins-github-credentials
08:36:56 Cloning the remote Git repository
08:36:56 Cloning with configured refspecs honoured and without tags
08:36:57 Fetching without tags
08:36:57 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit a54e94fa1239c1c15a96c2b555b61a70d94cbc1f
08:36:57 Merge succeeded, producing a54e94fa1239c1c15a96c2b555b61a70d94cbc1f
08:36:57 Checking out Revision a54e94fa1239c1c15a96c2b555b61a70d94cbc1f (PR-2680)
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a54e94fa1239c1c15a96c2b555b61a70d94cbc1f # 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
08:36:58 Commit message: "Shell out to SSH client for an ssh connection"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a54e94fa1239c1c15a96c2b555b61a70d94cbc1f # timeout=10