Skip to content

Console Output

17:10:22 The recommended git tool is: git
17:10:25 using credential docker-jenkins-github-credentials
17:10:25 Cloning the remote Git repository
17:10:25 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-832 # 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/832/head:refs/remotes/origin/PR-832 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:10:27 Fetching without tags
17:10:27 Merging remotes/origin/master commit 710a8db654098783fa4c4a079bee2f6820467389 into PR head commit 4a124c3135abfa77259061cec460d5cf325a5df2
17:10:27 Merge succeeded, producing 4a124c3135abfa77259061cec460d5cf325a5df2
17:10:27 Checking out Revision 4a124c3135abfa77259061cec460d5cf325a5df2 (PR-832)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/832/head:refs/remotes/origin/PR-832 # 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 --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/832/head:refs/remotes/origin/PR-832 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a124c3135abfa77259061cec460d5cf325a5df2 # 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 710a8db654098783fa4c4a079bee2f6820467389 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a124c3135abfa77259061cec460d5cf325a5df2 # timeout=10
17:10:31 Commit message: "TEST: do not merge"