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 2ebf5d92aaffb4c336414b218eccf2a4ff22e098 into PR head commit 4749b97e282d0ed8fb170109843892998baf879f
Merge succeeded, producing 4749b97e282d0ed8fb170109843892998baf879f
Checking out Revision 4749b97e282d0ed8fb170109843892998baf879f (PR-3125)
Commit message: "docs: remove note about buildkit not supporting git subdirectories"
 > git rev-parse --resolve-git-dir /home/ubuntu/workspace/cli_PR-3125/.git # 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.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/cli.git +refs/pull/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4749b97e282d0ed8fb170109843892998baf879f # 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 2ebf5d92aaffb4c336414b218eccf2a4ff22e098 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4749b97e282d0ed8fb170109843892998baf879f # timeout=10
 > git rev-list --no-walk 4749b97e282d0ed8fb170109843892998baf879f # timeout=10