Skip to content

Console Output

19:26:50 The recommended git tool is: git
19:26:53 using credential docker-jenkins-github-credentials
19:26:53 Cloning the remote Git repository
19:26:53 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-415 # 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/415/head:refs/remotes/origin/PR-415 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:26:57 Fetching without tags
19:26:57 Merging remotes/origin/master commit 3533c14a0fb7a9480924e4d203938e7492dff6cd into PR head commit 347f3a24adf423fb53dd45bf378f0e73cd2b145a
19:26:57 Merge succeeded, producing 347f3a24adf423fb53dd45bf378f0e73cd2b145a
19:26:57 Checking out Revision 347f3a24adf423fb53dd45bf378f0e73cd2b145a (PR-415)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/415/head:refs/remotes/origin/PR-415 # 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/415/head:refs/remotes/origin/PR-415 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 347f3a24adf423fb53dd45bf378f0e73cd2b145a # 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 3533c14a0fb7a9480924e4d203938e7492dff6cd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 347f3a24adf423fb53dd45bf378f0e73cd2b145a # timeout=10
19:27:01 Commit message: "Add plugins to static tgz distribution"