Skip to content

Console Output

03:36:19 using credential docker-jenkins-github-credentials
03:36:20 Cloning the remote Git repository
03:36:20 Cloning with configured refspecs honoured and without tags
03:36:20 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/jenkins/workspace/docker-ce-packaging_18.09 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-ce-packaging.git +refs/heads/18.09:refs/remotes/origin/18.09
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # 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/heads/18.09:refs/remotes/origin/18.09
03:36:21 Checking out Revision 5e9dffba12ead3c5e40f2c3aee36c908d99c83d7 (18.09)
03:36:21 Commit message: "Merge pull request #389 from kolyshkin/18.09-golang-1.12.10"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e9dffba12ead3c5e40f2c3aee36c908d99c83d7