Skip to content

Console Output

19:59:21 using credential docker-jenkins-github-credentials
19:59:21 Cloning the remote Git repository
19:59:21 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_19.03 # 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/19.03:refs/remotes/origin/19.03 # timeout=10
19:59:24 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/19.03:refs/remotes/origin/19.03 # timeout=10
19:59:24 Checking out Revision 1a4749b8e761c292071836cd5be4941a138e06ee (19.03)
19:59:24 Commit message: "Merge pull request #2435 from thaJeztah/19.03_backport_bump_certificates"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a4749b8e761c292071836cd5be4941a138e06ee # timeout=10
 > git rev-list --no-walk d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 # timeout=10