Skip to content

Console Output

10:53:33 The recommended git tool is: git
10:53:46 using credential docker-jenkins-github-credentials
10:53:46 Cloning the remote Git repository
10:53:46 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-954 # 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/954/head:refs/remotes/origin/PR-954 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:53:48 Fetching without tags
10:53:48 Merging remotes/origin/master commit f0e566d43ac8bd3225bac60e2e145b96fe37828c into PR head commit 430c1b2c4801ad930e7834396080dc9932e598f1
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/954/head:refs/remotes/origin/PR-954 # 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/954/head:refs/remotes/origin/PR-954 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 430c1b2c4801ad930e7834396080dc9932e598f1 # timeout=10