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 1c174ced5edc09cfc383a8b99e71bb4ca3cb0888 into PR head commit 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99
Merge succeeded, producing 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99
Checking out Revision 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99 (PR-3120)
Commit message: "Fix minor wording"
 > git rev-parse --resolve-git-dir /home/ubuntu/workspace/cli_PR-3120/.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/3120/head:refs/remotes/origin/PR-3120 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99 # 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 1c174ced5edc09cfc383a8b99e71bb4ca3cb0888 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99 # timeout=10
 > git rev-list --no-walk 3bfa4cef364071487142674f18818b36d3b78857 # timeout=10