Skip to content

Console Output

03:37:48 using credential docker-jenkins-github-credentials
03:37:48 Cloning the remote Git repository
03:37:48 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_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
03:37:50 Fetching without tags
03:37:50 Checking out Revision 5e9dffba12ead3c5e40f2c3aee36c908d99c83d7 (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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e9dffba12ead3c5e40f2c3aee36c908d99c83d7
03:37:51 Commit message: "Merge pull request #389 from kolyshkin/18.09-golang-1.12.10"