Skip to content

Console Output

12:18:46 The recommended git tool is: git
12:18:51 using credential docker-jenkins-github-credentials
12:18:51 Cloning the remote Git repository
12:18:51 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-930 # 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/930/head:refs/remotes/origin/PR-930 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:18:53 Fetching without tags
12:18:53 Merging remotes/origin/23.0 commit 4baed9db3fc75a222b5cb1038c6ef137e4acee68 into PR head commit 6b02cdf34c688ec7e50ff79400ddf33ffaca876a
12:18:53 Merge succeeded, producing 21d489a70afdbef7231aba69dedfe4c4bbfb7586
12:18:53 Checking out Revision 21d489a70afdbef7231aba69dedfe4c4bbfb7586 (PR-930)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/930/head:refs/remotes/origin/PR-930 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/930/head:refs/remotes/origin/PR-930 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b02cdf34c688ec7e50ff79400ddf33ffaca876a # 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 4baed9db3fc75a222b5cb1038c6ef137e4acee68 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21d489a70afdbef7231aba69dedfe4c4bbfb7586 # timeout=10
12:18:56 Commit message: "Merge commit '4baed9db3fc75a222b5cb1038c6ef137e4acee68' into HEAD"