Console Output
09:07:59 using credential docker-jenkins-github-credentials
09:07:59 Cloning the remote Git repository
09:07:59 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
09:08:03 Fetching without tags
09:08:03 Merging remotes/origin/master commit d104cfefe5453a057a8088805fbf756995e3223c 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
09:08:04 Merge succeeded, producing 3a4e97c663d0de20996e0970aa16171e130bfa87
09:08:04 Checking out Revision 3a4e97c663d0de20996e0970aa16171e130bfa87 (PR-2024)
> git merge d104cfefe5453a057a8088805fbf756995e3223c # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 3a4e97c663d0de20996e0970aa16171e130bfa87
09:08:05 Commit message: "Merge commit 'd104cfefe5453a057a8088805fbf756995e3223c' into HEAD"
09:08:05 First time build. Skipping changelog.
> git rev-list --no-walk f19ec8de0ac911c6e57268694790c527c96b7681 # timeout=10