Skip to content

Console Output

15:06:14 The recommended git tool is: git
15:06:22 using credential docker-jenkins-github-credentials
15:06:22 Cloning the remote Git repository
15:06:22 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-819 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.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/docker-ce-packaging.git +refs/pull/819/head:refs/remotes/origin/PR-819 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:06:24 Fetching without tags
15:06:24 Merging remotes/origin/master commit f0a887dd9047eceb5403a52ac6f035844289224b into PR head commit 37d8e014ef6a9a75efb23947715f8033f5cbf25f
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/819/head:refs/remotes/origin/PR-819 # 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/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/819/head:refs/remotes/origin/PR-819 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37d8e014ef6a9a75efb23947715f8033f5cbf25f # timeout=10