Skip to content

Console Output

using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
 > 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.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/2740/head:refs/remotes/origin/PR-2740 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 831ebeae967552edf2e19980b628fc7b8e92b59f into PR head commit 98d5109fb99aea2943f51d0ce57c40fbfc59a481
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 98d5109fb99aea2943f51d0ce57c40fbfc59a481 # 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 831ebeae967552edf2e19980b628fc7b8e92b59f # timeout=10
Merge succeeded, producing b4a7b63991ce80eb52de24bd294bac182fadd10d
Checking out Revision b4a7b63991ce80eb52de24bd294bac182fadd10d (PR-2740)
Commit message: "Merge commit '831ebeae967552edf2e19980b628fc7b8e92b59f' into HEAD"
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4a7b63991ce80eb52de24bd294bac182fadd10d # timeout=10
 > git rev-list --no-walk 3cd418caf5b349d6d76cf4f88f6d0d3311452383 # timeout=10