Skip to content

Console Output

15:22:49 The recommended git tool is: git
15:22:55 using credential docker-jenkins-github-credentials
15:22:55 Cloning the remote Git repository
15:22:55 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-946 # 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/946/head:refs/remotes/origin/PR-946 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:22:57 Fetching without tags
15:22:57 Merging remotes/origin/master commit ccba51a659206aac5ba6cac359db7b96174f55d8 into PR head commit b38ea1d30425d88d0ef6901b61b547d7d57e030a
15:22:57 Merge succeeded, producing 805f2062baa63a0c9f7ee4d290ee452577368008
15:22:57 Checking out Revision 805f2062baa63a0c9f7ee4d290ee452577368008 (PR-946)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/946/head:refs/remotes/origin/PR-946 # 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/946/head:refs/remotes/origin/PR-946 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b38ea1d30425d88d0ef6901b61b547d7d57e030a # 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 ccba51a659206aac5ba6cac359db7b96174f55d8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 805f2062baa63a0c9f7ee4d290ee452577368008 # timeout=10
15:23:00 Commit message: "Merge commit 'ccba51a659206aac5ba6cac359db7b96174f55d8' into HEAD"