Console Output
16:35:01 using credential docker-jenkins-github-credentials
16:35:01 Cloning the remote Git repository
16:35:01 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
> git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.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-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
16:35:03 Fetching without tags
16:35:03 Checking out Revision f1588880036c62f6dadba2d795d706602bad9882 (master)
16:35:03 Commit message: "Merge pull request #2534 from HaaLeo/feature/openssh-identity-file"
> git config remote.origin.url https://github.com/docker/docker-py.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/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
> git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f1588880036c62f6dadba2d795d706602bad9882 # timeout=10
> git rev-list --no-walk 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10