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-2631 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
Fetching without tags
Merging remotes/origin/19.03 commit 1b96aa29ca2b8490a6f42298afb74ca088ee9029 into PR head commit aaf1170520727772a5cbfa3982192055e17ff537
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2631/head:refs/remotes/origin/PR-2631 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aaf1170520727772a5cbfa3982192055e17ff537 # timeout=10
Merge succeeded, producing 421908f141b902287a143c79bf3b4f6223fe46ee
Checking out Revision 421908f141b902287a143c79bf3b4f6223fe46ee (PR-2631)
Commit message: "Merge commit '1b96aa29ca2b8490a6f42298afb74ca088ee9029' into HEAD"
 > git merge 1b96aa29ca2b8490a6f42298afb74ca088ee9029 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 421908f141b902287a143c79bf3b4f6223fe46ee # timeout=10
 > git rev-list --no-walk aaf1170520727772a5cbfa3982192055e17ff537 # timeout=10