Skip to content

Console Output

17:19:54 The recommended git tool is: git
17:19:55 using credential docker-jenkins-github-credentials
17:19:55 Cloning the remote Git repository
17:19:55 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-3115 # 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/main:refs/remotes/origin/main # timeout=10
17:19:57 Fetching without tags
17:19:57 Merging remotes/origin/main commit 3178c8d48b7e7414d1f864ba1fe77139f4e923eb into PR head commit 022cc7ecdd711dd4ff0528b240dab2d15eba9639
17:19:57 Merge succeeded, producing 022cc7ecdd711dd4ff0528b240dab2d15eba9639
17:19:57 Checking out Revision 022cc7ecdd711dd4ff0528b240dab2d15eba9639 (PR-3115)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3115/head:refs/remotes/origin/PR-3115 # 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 022cc7ecdd711dd4ff0528b240dab2d15eba9639 # 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 3178c8d48b7e7414d1f864ba1fe77139f4e923eb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 022cc7ecdd711dd4ff0528b240dab2d15eba9639 # timeout=10
17:20:00 Commit message: "Merge branch 'main' of https://github.com/docker/docker-py"