Skip to content

Console Output

13:39:46 using credential docker-jenkins-github-credentials
13:39:46 Cloning the remote Git repository
13:39:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_master # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:50 Fetching without tags
13:39:50 Checking out Revision 2f494e1181ab4582c250192d264376c56193585c (master)
13:39:50 Commit message: "Merge pull request #2417 from thaJeztah/bump_golang_1.13.9"
 > git config remote.origin.url https://github.com/docker/cli.git # 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/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f494e1181ab4582c250192d264376c56193585c # timeout=10
 > git rev-list --no-walk 6e98ebc89a683e751b253508c8ab9f4ca7c647be # timeout=10