Skip to content

Console Output

13:38:39 The recommended git tool is: git
13:38:42 using credential docker-jenkins-github-credentials
13:38:42 Cloning the remote Git repository
13:38:42 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
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:44 Avoid second fetch
13:38:44 Checking out Revision 69087ab977c35f89f51a4117e5c88c07cfbae3d3 (master)
 > 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 core.sparsecheckout # timeout=10
 > git checkout -f 69087ab977c35f89f51a4117e5c88c07cfbae3d3 # timeout=10
13:38:48 Commit message: "Merge pull request #2772 from aiordache/update_changelog_4.4.3"