Skip to content

Console Output

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