Skip to content

Console Output

10:44:22 The recommended git tool is: git
10:44:24 using credential docker-jenkins-github-credentials
10:44:24 Cloning the remote Git repository
10:44:24 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-2755 # 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/2755/head:refs/remotes/origin/PR-2755 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:44:26 Fetching without tags
10:44:26 Merging remotes/origin/master commit f0517f842b1d2e6c39380f60b326273e9b770794 into PR head commit caab390696940dce51f93e04e43419a90595216e
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2755/head:refs/remotes/origin/PR-2755 # 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/2755/head:refs/remotes/origin/PR-2755 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f caab390696940dce51f93e04e43419a90595216e # 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 f0517f842b1d2e6c39380f60b326273e9b770794 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
10:44:26 Merge succeeded, producing caab390696940dce51f93e04e43419a90595216e
10:44:26 Checking out Revision caab390696940dce51f93e04e43419a90595216e (PR-2755)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f caab390696940dce51f93e04e43419a90595216e # timeout=10
10:44:30 Commit message: "Fix host trimming and remove quiet flag for the ssh connection"