Skip to content

Console Output

14:11:02 The recommended git tool is: git
14:11:05 using credential docker-jenkins-github-credentials
14:11:05 Cloning the remote Git repository
14:11:05 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-3023 # 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/3023/head:refs/remotes/origin/PR-3023 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:11:07 Fetching without tags
14:11:07 Merging remotes/origin/main commit 23cf16f03a38e553d1e15493719cdb57e928fd95 into PR head commit 41692261de2d851dab1cf2ac870f5165fb29969b
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3023/head:refs/remotes/origin/PR-3023 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3023/head:refs/remotes/origin/PR-3023 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41692261de2d851dab1cf2ac870f5165fb29969b # 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 23cf16f03a38e553d1e15493719cdb57e928fd95 # timeout=10
14:11:08 Merge succeeded, producing 985a6242bfd3f0088d845ab941b310d48d797b43
14:11:08 Checking out Revision 985a6242bfd3f0088d845ab941b310d48d797b43 (PR-3023)
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 985a6242bfd3f0088d845ab941b310d48d797b43 # timeout=10
14:11:12 Commit message: "Merge commit '23cf16f03a38e553d1e15493719cdb57e928fd95' into HEAD"