Skip to content

Console Output

07:14:22 using credential docker-jenkins-github-credentials
07:14:22 Cloning the remote Git repository
07:14:22 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2494 # 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/2494/head:refs/remotes/origin/PR-2494 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:14:28 Fetching without tags
07:14:29 Merging remotes/origin/master commit f7185d27e165c50c55c898720fec38b37a751393 into PR head commit 6111b692d24e260c575ffbfc6ee8002612896fa2
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2494/head:refs/remotes/origin/PR-2494 # 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/2494/head:refs/remotes/origin/PR-2494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6111b692d24e260c575ffbfc6ee8002612896fa2 # timeout=10