Skip to content

Console Output

The recommended git tool is: git
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/master commit b3aa23943201f0018100740dc02aa938caf92bea into PR head commit 56d4b09700cdd9a7a99b5840601af946a63f3bfa
Merge succeeded, producing 56d4b09700cdd9a7a99b5840601af946a63f3bfa
Checking out Revision 56d4b09700cdd9a7a99b5840601af946a63f3bfa (PR-2711)
Commit message: "Fix doc formatting"
 > git rev-parse --is-inside-work-tree # 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
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 56d4b09700cdd9a7a99b5840601af946a63f3bfa # 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 b3aa23943201f0018100740dc02aa938caf92bea # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 56d4b09700cdd9a7a99b5840601af946a63f3bfa # timeout=10