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/20.10 commit 16169434a4cfba8726d1943280558e75b7b12d66 into PR head commit 6f7a931a2d4ce80eaedcd30043d6ba0ba57c928e
Merge succeeded, producing 6f7a931a2d4ce80eaedcd30043d6ba0ba57c928e
Checking out Revision 6f7a931a2d4ce80eaedcd30043d6ba0ba57c928e (PR-3514)
Commit message: "[20.10] use GO_LDFLAGS instead of LDFLAGS to prevent inheriting unrelated options"
 > git rev-parse --resolve-git-dir /home/ubuntu/workspace/cli_PR-3514/.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.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/3514/head:refs/remotes/origin/PR-3514 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f7a931a2d4ce80eaedcd30043d6ba0ba57c928e # 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 16169434a4cfba8726d1943280558e75b7b12d66 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f7a931a2d4ce80eaedcd30043d6ba0ba57c928e # timeout=10
 > git rev-list --no-walk 294094c37d9337cc3c0d159caa3e60a73cdb9c40 # timeout=10