Skip to content

Console Output

The recommended git tool is: git
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/master commit 9c18c7deda25a1415750a7e8e5033093d629ab39 into PR head commit 05ec0188fa0a9d722949304c60a264c065f3d326
Merge succeeded, producing f92c828b4ba4e829467d1eb9f5bf89325f227742
Checking out Revision f92c828b4ba4e829467d1eb9f5bf89325f227742 (PR-3077)
Commit message: "Merge commit '9c18c7deda25a1415750a7e8e5033093d629ab39' into HEAD"
First time build. Skipping changelog.
 > git rev-parse --is-inside-work-tree # 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
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/3077/head:refs/remotes/origin/PR-3077 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 05ec0188fa0a9d722949304c60a264c065f3d326 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9c18c7deda25a1415750a7e8e5033093d629ab39 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f92c828b4ba4e829467d1eb9f5bf89325f227742 # timeout=10
 > git rev-list --no-walk 223c966d63d898ddd1b0b4d5dd4737a155238b98 # timeout=10