Skip to content

Console Output

13:45:03 using credential docker-jenkins-github-credentials
13:45:03 Cloning the remote Git repository
13:45:03 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-2707 # 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/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:45:05 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/2707/head:refs/remotes/origin/PR-2707 # 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/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:45:06 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:06 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:06 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:45:10 Commit message: "Post-release v4.4.0"