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 8ea2620334bb9d7b913d20250d70994c0b733761 into PR head commit be327a4f0fa8aa8a8da8ad47f060a10ed67bc3d7
Merge succeeded, producing 22230ecaf04572cc14cce26f27ed6a1bdf1c795a
Checking out Revision 22230ecaf04572cc14cce26f27ed6a1bdf1c795a (PR-3070)
Commit message: "Merge commit '8ea2620334bb9d7b913d20250d70994c0b733761' into HEAD"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/pull/3070/head:refs/remotes/origin/PR-3070 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be327a4f0fa8aa8a8da8ad47f060a10ed67bc3d7 # 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 8ea2620334bb9d7b913d20250d70994c0b733761 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22230ecaf04572cc14cce26f27ed6a1bdf1c795a # timeout=10
 > git rev-list --no-walk c277442787aaeebc9a54d7618df2ed5aca3214e9 # timeout=10