Skip to content

Console Output

18:30:00 using credential docker-jenkins-github-credentials
18:30:00 Cloning the remote Git repository
18:30:00 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
18:30:03 Fetching without tags
 > 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
18:30:03 Checking out Revision 6e98ebc89a683e751b253508c8ab9f4ca7c647be (master)
18:30:04 Commit message: "Merge pull request #2410 from qckzr/patch-1"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e98ebc89a683e751b253508c8ab9f4ca7c647be # timeout=10
 > git rev-list --no-walk 22acbbcc4b3fb5020492b1ed9e72186191bfedc0 # timeout=10