Skip to content

Console Output

14:52:09 The recommended git tool is: git
14:52:11 using credential docker-jenkins-github-credentials
14:52:11 Cloning the remote Git repository
14:52:11 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-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
14:52:13 Fetching without tags
14:52:13 Merging remotes/origin/master commit f54c4086b31a1691a0aa355ecf941fc5ab40abfd into PR head commit d9898f6e6c91d8259bd01181fd0c35da20faeb6a
14:52:13 Merge succeeded, producing 4ff4021292ac702e7a9d2fd77e6efb989cd0d119
14:52:13 Checking out Revision 4ff4021292ac702e7a9d2fd77e6efb989cd0d119 (PR-1006)
 > 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 4ff4021292ac702e7a9d2fd77e6efb989cd0d119 # timeout=10
14:52:17 Commit message: "Merge commit 'f54c4086b31a1691a0aa355ecf941fc5ab40abfd' into HEAD"