Skip to content

Console Output

using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
 > 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 902e9fa22bb7f591132ea52f333e6804eb0d46b6 into PR head commit 852fe059918fd7634c3f7975893a9df4855ee1bf
Merge succeeded, producing 852fe059918fd7634c3f7975893a9df4855ee1bf
Checking out Revision 852fe059918fd7634c3f7975893a9df4855ee1bf (PR-2944)
Commit message: "docs: Fix wrong variable name"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 852fe059918fd7634c3f7975893a9df4855ee1bf # 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 902e9fa22bb7f591132ea52f333e6804eb0d46b6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 852fe059918fd7634c3f7975893a9df4855ee1bf # timeout=10
 > git rev-list --no-walk d8df417120dd2a45dbb9239dbf923a1a4eb3b39d # timeout=10