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/2809/head:refs/remotes/origin/PR-2809 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 064148042d75dc01fe98e7c243c979f1a8075c24 into PR head commit 7150736688414d92ac6a04605145a9744b080a03
Merge succeeded, producing 7150736688414d92ac6a04605145a9744b080a03
Checking out Revision 7150736688414d92ac6a04605145a9744b080a03 (PR-2809)
Commit message: "Deprecation: add experimental docker build --stream option"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7150736688414d92ac6a04605145a9744b080a03 # 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 064148042d75dc01fe98e7c243c979f1a8075c24 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7150736688414d92ac6a04605145a9744b080a03 # timeout=10
 > git rev-list --no-walk 8ed5d02ab4dfac7488d8005d2943aa4596f910cd # timeout=10