Skip to content

Console Output

11:54:15 The recommended git tool is: git
11:54:15 using credential docker-jenkins-github-credentials
11:54:15 Cloning the remote Git repository
11:54:15 Cloning with configured refspecs honoured and without tags
11:54:15 Fetching without tags
11:54:16 Merging remotes/origin/master commit 8deb73e3c227aaf56e081619d5e8b3284db07ee1 into PR head commit 5707584f868d94bbf568a288ed5f439a2cb8a0e2
11:54:16 Merge succeeded, producing 30f6500a4fcd4b2e963dff157ca6848f424021f6
11:54:16 Checking out Revision 30f6500a4fcd4b2e963dff157ca6848f424021f6 (PR-1010)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-1010 # 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/1010/head:refs/remotes/origin/PR-1010 +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/1010/head:refs/remotes/origin/PR-1010 # 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/1010/head:refs/remotes/origin/PR-1010 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5707584f868d94bbf568a288ed5f439a2cb8a0e2 # 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 8deb73e3c227aaf56e081619d5e8b3284db07ee1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30f6500a4fcd4b2e963dff157ca6848f424021f6 # timeout=10
11:54:19 Commit message: "Merge commit '8deb73e3c227aaf56e081619d5e8b3284db07ee1' into HEAD"