Skip to content

Console Output

08:02:42 The recommended git tool is: git
08:02:42 using credential docker-jenkins-github-credentials
08:02:42 Cloning the remote Git repository
08:02:42 Cloning with configured refspecs honoured and without tags
08:02:43 Fetching without tags
08:02:43 Merging remotes/origin/20.10 commit 0715d09d3e459cd21235c1c4a5017fcaf246c3c6 into PR head commit 2dd661b9cb333d23e96af83fc58980b55f2e1608
08:02:43 Merge succeeded, producing caf8e0c9e9e577410c82d9c4cc3f5c164ae5e94d
08:02:43 Checking out Revision caf8e0c9e9e577410c82d9c4cc3f5c164ae5e94d (PR-736)
08:02:43 Commit message: "Merge commit '0715d09d3e459cd21235c1c4a5017fcaf246c3c6' into HEAD"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-736 # 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/736/head:refs/remotes/origin/PR-736 +refs/heads/20.10:refs/remotes/origin/20.10 # 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/736/head:refs/remotes/origin/PR-736 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/736/head:refs/remotes/origin/PR-736 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2dd661b9cb333d23e96af83fc58980b55f2e1608 # 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 0715d09d3e459cd21235c1c4a5017fcaf246c3c6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f caf8e0c9e9e577410c82d9c4cc3f5c164ae5e94d # timeout=10