Skip to content

Console Output

14:15:28 using credential docker-jenkins-github-credentials
14:15:28 Cloning the remote Git repository
14:15:28 Cloning with configured refspecs honoured and without tags
14:15:29 Fetching without tags
14:15:29 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 1ec3735a1e5c99f525fe4afeac88043534801b15
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2640 # 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/2640/head:refs/remotes/origin/PR-2640 +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/2640/head:refs/remotes/origin/PR-2640 # 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/2640/head:refs/remotes/origin/PR-2640 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ec3735a1e5c99f525fe4afeac88043534801b15 # timeout=10
14:15:29 Merge succeeded, producing 1ec3735a1e5c99f525fe4afeac88043534801b15
14:15:29 Checking out Revision 1ec3735a1e5c99f525fe4afeac88043534801b15 (PR-2640)
14:15:29 Commit message: "fixing docstring to match behaviour"
 > git merge 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ec3735a1e5c99f525fe4afeac88043534801b15 # timeout=10