Skip to content

Console Output

10:14:12 using credential docker-jenkins-github-credentials
10:14:12 Cloning the remote Git repository
10:14:12 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2508 # 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/2508/head:refs/remotes/origin/PR-2508 +refs/heads/master:refs/remotes/origin/master
10:14:14 Fetching without tags
10:14:14 Merging remotes/origin/master commit c6a33f25dc7fc172c69b8935e8c1e6b7aa44be8f into PR head commit 7c4194ce5d132d7d9dc513a6e082cc3063e59990
10:14:15 Merge succeeded, producing 7c4194ce5d132d7d9dc513a6e082cc3063e59990
10:14:15 Checking out Revision 7c4194ce5d132d7d9dc513a6e082cc3063e59990 (PR-2508)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2508/head:refs/remotes/origin/PR-2508 # 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/2508/head:refs/remotes/origin/PR-2508 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c4194ce5d132d7d9dc513a6e082cc3063e59990
 > git merge c6a33f25dc7fc172c69b8935e8c1e6b7aa44be8f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c4194ce5d132d7d9dc513a6e082cc3063e59990
10:14:15 Commit message: "Post release 4.2.0 update:"