Skip to content

Console Output

14:51:59 The recommended git tool is: git
14:51:59 using credential docker-jenkins-github-credentials
14:51:59 Cloning the remote Git repository
14:51:59 Cloning with configured refspecs honoured and without tags
14:51:59 Fetching without tags
14:52:00 Merging remotes/origin/master commit f54c4086b31a1691a0aa355ecf941fc5ab40abfd into PR head commit d9898f6e6c91d8259bd01181fd0c35da20faeb6a
14:52:00 Merge succeeded, producing 895a77061e9c8d3c2202ba4c0a1fc964d6252f3b
14:52:00 Checking out Revision 895a77061e9c8d3c2202ba4c0a1fc964d6252f3b (PR-1006)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-1006 # 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/1006/head:refs/remotes/origin/PR-1006 +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/1006/head:refs/remotes/origin/PR-1006 # 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/1006/head:refs/remotes/origin/PR-1006 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d9898f6e6c91d8259bd01181fd0c35da20faeb6a # 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 f54c4086b31a1691a0aa355ecf941fc5ab40abfd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 895a77061e9c8d3c2202ba4c0a1fc964d6252f3b # timeout=10
14:52:03 Commit message: "Merge commit 'f54c4086b31a1691a0aa355ecf941fc5ab40abfd' into HEAD"