Skip to content

Console Output

03:34:58 The recommended git tool is: git
03:34:58 using credential docker-jenkins-github-credentials
03:34:58 Cloning the remote Git repository
03:34:58 Cloning with configured refspecs honoured and without tags
03:34:59 Fetching without tags
03:34:59 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit af3f6fed561f6939d5272c722c62a92754bcda7a
03:34:59 Merge succeeded, producing af3f6fed561f6939d5272c722c62a92754bcda7a
03:34:59 Checking out Revision af3f6fed561f6939d5272c722c62a92754bcda7a (PR-3090)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af3f6fed561f6939d5272c722c62a92754bcda7a # 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 34e6829dd40e99e9ba47ea02fcfabda09e08d36e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af3f6fed561f6939d5272c722c62a92754bcda7a # timeout=10
03:34:59 Commit message: "Fix typos"