Skip to content

Console Output

14:07:21 using credential docker-jenkins-github-credentials
14:07:21 Cloning the remote Git repository
14:07:21 Cloning with configured refspecs honoured and without tags
14:07:22 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2586 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2586/head:refs/remotes/origin/PR-2586 +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/2586/head:refs/remotes/origin/PR-2586 # 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/2586/head:refs/remotes/origin/PR-2586 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:07:22 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit c1e7e422b4fc3c54ab9535dba5c40630ff7f065d
14:07:22 Merge succeeded, producing c1e7e422b4fc3c54ab9535dba5c40630ff7f065d
14:07:22 Checking out Revision c1e7e422b4fc3c54ab9535dba5c40630ff7f065d (PR-2586)
14:07:22 Commit message: "Merge branch 'patch-3' of github.com:edumco/docker-py into patch-3 Signed-off-by: José Eduardo MCO<jose.eduardo.mco@gmail.com>"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1e7e422b4fc3c54ab9535dba5c40630ff7f065d # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1e7e422b4fc3c54ab9535dba5c40630ff7f065d # timeout=10