Skip to content

Console Output

using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2663 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2663/head:refs/remotes/origin/PR-2663 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit f4f962292d4762c36460ac2cc5c294af6903061f into PR head commit afb70148e37272fe91bbfc80c2930adef319c4ec
Merge succeeded, producing f2caf7151025b45ab74f7d836deb721338ae3f28
Checking out Revision f2caf7151025b45ab74f7d836deb721338ae3f28 (PR-2663)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2663/head:refs/remotes/origin/PR-2663 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2663/head:refs/remotes/origin/PR-2663 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f afb70148e37272fe91bbfc80c2930adef319c4ec # timeout=10
 > git merge f4f962292d4762c36460ac2cc5c294af6903061f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
Commit message: "Merge commit 'f4f962292d4762c36460ac2cc5c294af6903061f' into HEAD"
 > git checkout -f f2caf7151025b45ab74f7d836deb721338ae3f28 # timeout=10
 > git rev-list --no-walk afb70148e37272fe91bbfc80c2930adef319c4ec # timeout=10