Skip to content

Console Output

14:16:45 using credential docker-jenkins-github-credentials
14:16:45 Cloning the remote Git repository
14:16:45 Cloning with configured refspecs honoured and without tags
14:16:46 Fetching without tags
14:16:46 Checking out Revision b22095f7429c492cd7210b6726c73af26e0d302d (release)
14:16:46 Commit message: "Merge pull request #2580 from ulyssessouza/4.2.1-release"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_release # 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/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/release:refs/remotes/origin/release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b22095f7429c492cd7210b6726c73af26e0d302d # timeout=10