Console Output
20:15:02 using credential docker-jenkins-github-credentials
20:15:02 Cloning the remote Git repository
20:15:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
> git init /home/ubuntu/workspace/cli_PR-2024 # 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/2024/head:refs/remotes/origin/PR-2024 +refs/heads/master:refs/remotes/origin/master
20:15:05 Fetching without tags
20:15:05 Merging remotes/origin/master commit fc1d789a5ebc6cdd60e490e2fc545a92672cfb8b into PR head commit 5ad1d4d4c896f7afddd8e3e4ca0d838a1660e36a
> git config remote.origin.url https://github.com/docker/cli.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/2024/head:refs/remotes/origin/PR-2024 # 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/2024/head:refs/remotes/origin/PR-2024 +refs/heads/master:refs/remotes/origin/master
> git config core.sparsecheckout # timeout=10
> git checkout -f 5ad1d4d4c896f7afddd8e3e4ca0d838a1660e36a
20:15:06 Merge succeeded, producing 537e80ac692541f1c61569206e210b64d808fbfe
20:15:06 Checking out Revision 537e80ac692541f1c61569206e210b64d808fbfe (PR-2024)
> git merge fc1d789a5ebc6cdd60e490e2fc545a92672cfb8b # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 537e80ac692541f1c61569206e210b64d808fbfe
20:15:07 Commit message: "Merge commit 'fc1d789a5ebc6cdd60e490e2fc545a92672cfb8b' into HEAD"
20:15:07 First time build. Skipping changelog.
> git rev-list --no-walk 3a4e97c663d0de20996e0970aa16171e130bfa87 # timeout=10