Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --resolve-git-dir d:\jenkins\workspace\HttpOverStream_master\.git # timeout=10
 > git config remote.origin.url https://github.com/docker/HttpOverStream.git # timeout=10
Fetching upstream changes from https://github.com/docker/HttpOverStream.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1.windows.2'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/HttpOverStream.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision b3374ba11fd813ee847cf3874fdfc27fcd2e07f2 (master)
Commit message: "Merge pull request #36 from mat007/fix-build-badge"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3374ba11fd813ee847cf3874fdfc27fcd2e07f2 # timeout=10
 > git rev-list --no-walk 14dc1d36a608b79a2b788be02fce678d6d272952 # timeout=10