Skip to content

Console Output

14:12:32 using credential docker-jenkins-github-credentials
14:12:32 Cloning the remote Git repository
14:12:32 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1950 # 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/1950/head:refs/remotes/origin/PR-1950 +refs/heads/master:refs/remotes/origin/master
14:12:38 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1950/head:refs/remotes/origin/PR-1950 # 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/1950/head:refs/remotes/origin/PR-1950 +refs/heads/master:refs/remotes/origin/master
14:12:38 Merging remotes/origin/master commit c6d10b6da090b24d73de453986470fc054b0187b into PR head commit 139af1f6d66c30079af97a9f791f693622d86dee
14:12:39 Merge succeeded, producing 139af1f6d66c30079af97a9f791f693622d86dee
14:12:39 Checking out Revision 139af1f6d66c30079af97a9f791f693622d86dee (PR-1950)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 139af1f6d66c30079af97a9f791f693622d86dee
 > git merge c6d10b6da090b24d73de453986470fc054b0187b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 139af1f6d66c30079af97a9f791f693622d86dee
14:12:40 Commit message: "Add log-driver and options to service inspect "pretty" format"
14:12:40 First time build. Skipping changelog.
 > git rev-list --no-walk 85c707c9d32057d00ac3fd3dd70112941a407a2c # timeout=10