Skip to content

Console Output

17:27:21 using credential docker-jenkins-github-credentials
17:27:21 Cloning the remote Git repository
17:27:21 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-2638 # 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/2638/head:refs/remotes/origin/PR-2638 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:27:22 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2638/head:refs/remotes/origin/PR-2638 # 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/2638/head:refs/remotes/origin/PR-2638 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:27:22 Merging remotes/origin/master commit b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 into PR head commit 5cdbbab3eedeea5b73151c604209d576722fb24d
17:27:22 Merge succeeded, producing 5cdbbab3eedeea5b73151c604209d576722fb24d
17:27:22 Checking out Revision 5cdbbab3eedeea5b73151c604209d576722fb24d (PR-2638)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5cdbbab3eedeea5b73151c604209d576722fb24d # timeout=10
 > git merge b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5cdbbab3eedeea5b73151c604209d576722fb24d # timeout=10
17:27:26 Commit message: "Update version to the next dev version"